Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp6166 const SCEV *LDiff = getMinusSCEV(LA, LS); in createNodeForSelectOrPHIInstWithICmpInstCond() local
6168 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()
6170 LDiff); in createNodeForSelectOrPHIInstWithICmpInstCond()
6171 LDiff = getMinusSCEV(LA, RS); in createNodeForSelectOrPHIInstWithICmpInstCond()
6173 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()
6175 LDiff); in createNodeForSelectOrPHIInstWithICmpInstCond()
12061 std::optional<APInt> LDiff = computeConstantDifference(LHS, FoundLHS); in isImpliedCondOperandsViaNoOverflow() local
12063 if (!LDiff || !RDiff || *LDiff != *RDiff) in isImpliedCondOperandsViaNoOverflow()
12066 if (LDiff->isMinValue()) in isImpliedCondOperandsViaNoOverflow()