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.cpp6147 const SCEV *RDiff = getMinusSCEV(RA, RS); in createNodeForSelectOrPHIInstWithICmpInstCond() local
6148 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()
6152 RDiff = getMinusSCEV(RA, LS); in createNodeForSelectOrPHIInstWithICmpInstCond()
6153 if (LDiff == RDiff) in createNodeForSelectOrPHIInstWithICmpInstCond()
12299 std::optional<APInt> RDiff = computeConstantDifference(RHS, FoundRHS); in isImpliedCondOperandsViaNoOverflow() local
12300 if (!RDiff || *LDiff != *RDiff) in isImpliedCondOperandsViaNoOverflow()
12309 FoundRHSLimit = -(*RDiff); in isImpliedCondOperandsViaNoOverflow()
12312 FoundRHSLimit = APInt::getSignedMinValue(getTypeSizeInBits(RHS->getType())) - *RDiff; in isImpliedCondOperandsViaNoOverflow()