Searched refs:IncConst (Results 1 – 2 of 2) sorted by relevance
928 auto *IncConst = dyn_cast<Constant>(IncValue); in optimizeAMXCastFromPhi() local929 if (!isa<UndefValue>(IncValue) && !IncConst->isZeroValue()) in optimizeAMXCastFromPhi()
3348 const SCEVConstant *IncConst = dyn_cast<SCEVConstant>(IncExpr); in canFoldIVIncExpr() local3350 if (IncConst) { in canFoldIVIncExpr()3351 if (IncConst && IncConst->getAPInt().getSignificantBits() > 64) in canFoldIVIncExpr()3353 IncOffset = Immediate::getFixed(IncConst->getValue()->getSExtValue()); in canFoldIVIncExpr()