Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6134 const SCEV *LDiff = getMinusSCEV(LA, LS); in createNodeForSelectOrPHIInstWithICmpInstCond() local
6136 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()
6138 LDiff); in createNodeForSelectOrPHIInstWithICmpInstCond()
6139 LDiff = getMinusSCEV(LA, RS); in createNodeForSelectOrPHIInstWithICmpInstCond()
6141 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()
6143 LDiff); in createNodeForSelectOrPHIInstWithICmpInstCond()
12102 std::optional<APInt> LDiff = computeConstantDifference(LHS, FoundLHS); in isImpliedCondOperandsViaNoOverflow() local
12104 if (!LDiff || !RDiff || *LDiff != *RDiff) in isImpliedCondOperandsViaNoOverflow()
12107 if (LDiff->isMinValue()) in isImpliedCondOperandsViaNoOverflow()