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.cpp6146 const SCEV *LDiff = getMinusSCEV(LA, LS); in createNodeForSelectOrPHIInstWithICmpInstCond() local
6148 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()
6150 LDiff); in createNodeForSelectOrPHIInstWithICmpInstCond()
6151 LDiff = getMinusSCEV(LA, RS); in createNodeForSelectOrPHIInstWithICmpInstCond()
6153 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()
6155 LDiff); in createNodeForSelectOrPHIInstWithICmpInstCond()
12296 std::optional<APInt> LDiff = computeConstantDifference(LHS, FoundLHS); in isImpliedCondOperandsViaNoOverflow() local
12297 if (!LDiff) in isImpliedCondOperandsViaNoOverflow()
12300 if (!RDiff || *LDiff != *RDiff) in isImpliedCondOperandsViaNoOverflow()
12303 if (LDiff->isMinValue()) in isImpliedCondOperandsViaNoOverflow()