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