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