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