Searched refs:YConstOp (Results 1 – 1 of 1) sorted by relevance
10891 const SCEV *YNonConstOp, *YConstOp; in isKnownPredicateViaNoOverflow() local10904 if (!splitBinaryAdd(Y, YConstOp, YNonConstOp, YFlagsPresent)) { in isKnownPredicateViaNoOverflow()10905 YConstOp = getZero(Y->getType()); in isKnownPredicateViaNoOverflow()10910 if (!isa<SCEVConstant>(YConstOp) || in isKnownPredicateViaNoOverflow()10918 OutC2 = cast<SCEVConstant>(YConstOp)->getAPInt(); in isKnownPredicateViaNoOverflow()