Home
last modified time | relevance | path

Searched refs:YConstOp (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11277 const SCEV *YNonConstOp, *YConstOp; in isKnownPredicateViaNoOverflow() local
11290 if (!splitBinaryAdd(Y, YConstOp, YNonConstOp, YFlagsPresent)) { in isKnownPredicateViaNoOverflow()
11291 YConstOp = getZero(Y->getType()); in isKnownPredicateViaNoOverflow()
11296 if (!isa<SCEVConstant>(YConstOp) || in isKnownPredicateViaNoOverflow()
11304 OutC2 = cast<SCEVConstant>(YConstOp)->getAPInt(); in isKnownPredicateViaNoOverflow()