Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp5464 const SCEV *LDiff = getMinusSCEV(LA, LS); in createNodeForSelectOrPHI() local
5466 if (LDiff == RDiff) in createNodeForSelectOrPHI()
5467 return getAddExpr(getSMaxExpr(LS, RS), LDiff); in createNodeForSelectOrPHI()
5468 LDiff = getMinusSCEV(LA, RS); in createNodeForSelectOrPHI()
5470 if (LDiff == RDiff) in createNodeForSelectOrPHI()
5471 return getAddExpr(getSMinExpr(LS, RS), LDiff); in createNodeForSelectOrPHI()
5487 const SCEV *LDiff = getMinusSCEV(LA, LS); in createNodeForSelectOrPHI() local
5489 if (LDiff == RDiff) in createNodeForSelectOrPHI()
5490 return getAddExpr(getUMaxExpr(LS, RS), LDiff); in createNodeForSelectOrPHI()
5491 LDiff = getMinusSCEV(LA, RS); in createNodeForSelectOrPHI()
[all …]