Searched refs:ConstOp (Results 1 – 3 of 3) sorted by relevance
506 const Constant *ConstOp = dyn_cast<Constant>(Op); in ConstHasGlobalValuePredicate() local507 if (!ConstOp) in ConstHasGlobalValuePredicate()509 if (Visited.insert(ConstOp).second) in ConstHasGlobalValuePredicate()510 WorkList.push_back(ConstOp); in ConstHasGlobalValuePredicate()
2386 const SCEVConstant *ConstOp = getConstantPart(Product); in gcdMIVtest() local2387 if (!ConstOp) in gcdMIVtest()2389 APInt ConstOpValue = ConstOp->getAPInt(); in gcdMIVtest()
3839 auto *ConstOp = dyn_cast<SCEVConstant>(Add->getOperand(0)); in splitAddExpr() local3840 if (!ConstOp) in splitAddExpr()3843 return {Add->getOperand(1), ConstOp->getValue()}; in splitAddExpr()9422 const SCEV *NonConstOp, *ConstOp; in isKnownPredicateViaNoOverflow() local9425 if (!splitBinaryAdd(Result, ConstOp, NonConstOp, FlagsPresent) || in isKnownPredicateViaNoOverflow()9426 !isa<SCEVConstant>(ConstOp) || NonConstOp != X) in isKnownPredicateViaNoOverflow()9429 OutY = cast<SCEVConstant>(ConstOp)->getAPInt(); in isKnownPredicateViaNoOverflow()