Searched refs:IncConst (Results 1 – 2 of 2) sorted by relevance
779 auto *IncConst = dyn_cast<Constant>(IncValue); in optimizeAMXCastFromPhi() local780 if (!isa<UndefValue>(IncValue) && !IncConst->isZeroValue()) in optimizeAMXCastFromPhi()
3166 const SCEVConstant *IncConst = dyn_cast<SCEVConstant>(IncExpr); in canFoldIVIncExpr() local3167 if (!IncConst || !isAddressUse(TTI, UserInst, Operand)) in canFoldIVIncExpr()3170 if (IncConst->getAPInt().getMinSignedBits() > 64) in canFoldIVIncExpr()3174 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr()