Searched refs:IncConst (Results 1 – 2 of 2) sorted by relevance
789 auto *IncConst = dyn_cast<Constant>(IncValue); in optimizeAMXCastFromPhi() local790 if (!isa<UndefValue>(IncValue) && !IncConst->isZeroValue()) in optimizeAMXCastFromPhi()
3360 const SCEVConstant *IncConst = dyn_cast<SCEVConstant>(IncExpr); in canFoldIVIncExpr() local3362 if (IncConst) { in canFoldIVIncExpr()3363 if (IncConst && IncConst->getAPInt().getSignificantBits() > 64) in canFoldIVIncExpr()3365 IncOffset = Immediate::getFixed(IncConst->getValue()->getSExtValue()); in canFoldIVIncExpr()