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