Searched refs:RDiff (Results 1 – 1 of 1) sorted by relevance
6135 const SCEV *RDiff = getMinusSCEV(RA, RS); in createNodeForSelectOrPHIInstWithICmpInstCond() local6136 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()6140 RDiff = getMinusSCEV(RA, LS); in createNodeForSelectOrPHIInstWithICmpInstCond()6141 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()12103 std::optional<APInt> RDiff = computeConstantDifference(RHS, FoundRHS); in isImpliedCondOperandsViaNoOverflow() local12104 if (!LDiff || !RDiff || *LDiff != *RDiff) in isImpliedCondOperandsViaNoOverflow()12113 FoundRHSLimit = -(*RDiff); in isImpliedCondOperandsViaNoOverflow()12116 FoundRHSLimit = APInt::getSignedMinValue(getTypeSizeInBits(RHS->getType())) - *RDiff; in isImpliedCondOperandsViaNoOverflow()