Searched refs:computeConstantDifference (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopUnrollAnalyzer.cpp | 63 SE.computeConstantDifference(ValueAtIteration, Base); in simplifyInstWithSCEV()
|
| H A D | LoopAccessAnalysis.cpp | 511 std::optional<APInt> Diff = SE->computeConstantDifference(J, I); in getMinFromExprs() 1654 SE.computeConstantDifference(PtrSCEVB, PtrSCEVA); in getPointersDiff()
|
| H A D | ScalarEvolution.cpp | 12079 ScalarEvolution::computeConstantDifference(const SCEV *More, const SCEV *Less) { in computeConstantDifference() function in ScalarEvolution 12296 std::optional<APInt> LDiff = computeConstantDifference(LHS, FoundLHS); in isImpliedCondOperandsViaNoOverflow() 12299 std::optional<APInt> RDiff = computeConstantDifference(RHS, FoundRHS); in isImpliedCondOperandsViaNoOverflow() 12829 std::optional<APInt> Addend = computeConstantDifference(LHS, FoundLHS); in isImpliedCondOperandsViaRanges()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1332 LLVM_ABI std::optional<APInt> computeConstantDifference(const SCEV *LHS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 5290 std::optional<APInt> Diff = SE.computeConstantDifference(Best, Reg); in IsSimplerBaseSCEVForTarget() 6839 SE.computeConstantDifference(DVIRec.SCEVs[i], SCEVInductionVar)) { in SalvageDVI()
|