Searched refs:YConstOp (Results 1 – 1 of 1) sorted by relevance
11248 const SCEV *YNonConstOp, *YConstOp; in isKnownPredicateViaNoOverflow() local11261 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()