Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DScalarEvolution.cpp11248 const SCEV *YNonConstOp, *YConstOp; in isKnownPredicateViaNoOverflow() local
11261 if (!splitBinaryAdd(Y, YConstOp, YNonConstOp, YFlagsPresent)) { in isKnownPredicateViaNoOverflow()
11262 YConstOp = getZero(Y->getType()); in isKnownPredicateViaNoOverflow()
11267 if (!isa<SCEVConstant>(YConstOp) || in isKnownPredicateViaNoOverflow()
11275 OutC2 = cast<SCEVConstant>(YConstOp)->getAPInt(); in isKnownPredicateViaNoOverflow()