Home
last modified time | relevance | path

Searched refs:RDiff (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6135 const SCEV *RDiff = getMinusSCEV(RA, RS); in createNodeForSelectOrPHIInstWithICmpInstCond() local
6136 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() local
12104 if (!LDiff || !RDiff || *LDiff != *RDiff) in isImpliedCondOperandsViaNoOverflow()
12113 FoundRHSLimit = -(*RDiff); in isImpliedCondOperandsViaNoOverflow()
12116 FoundRHSLimit = APInt::getSignedMinValue(getTypeSizeInBits(RHS->getType())) - *RDiff; in isImpliedCondOperandsViaNoOverflow()