Home
last modified time | relevance | path

Searched refs:IncConst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp789 auto *IncConst = dyn_cast<Constant>(IncValue); in optimizeAMXCastFromPhi() local
790 if (!isa<UndefValue>(IncValue) && !IncConst->isZeroValue()) in optimizeAMXCastFromPhi()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3360 const SCEVConstant *IncConst = dyn_cast<SCEVConstant>(IncExpr); in canFoldIVIncExpr() local
3362 if (IncConst) { in canFoldIVIncExpr()
3363 if (IncConst && IncConst->getAPInt().getSignificantBits() > 64) in canFoldIVIncExpr()
3365 IncOffset = Immediate::getFixed(IncConst->getValue()->getSExtValue()); in canFoldIVIncExpr()