Searched refs:LDiff (Results 1 – 1 of 1) sorted by relevance
6146 const SCEV *LDiff = getMinusSCEV(LA, LS); in createNodeForSelectOrPHIInstWithICmpInstCond() local6148 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() local12297 if (!LDiff) in isImpliedCondOperandsViaNoOverflow()12300 if (!RDiff || *LDiff != *RDiff) in isImpliedCondOperandsViaNoOverflow()12303 if (LDiff->isMinValue()) in isImpliedCondOperandsViaNoOverflow()