Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp6042 const SCEV *FalseValExpr = getSCEV(FalseVal); // x+y in createNodeForSelectOrPHIInstWithICmpInstCond() local
6043 const SCEV *Y = getMinusSCEV(FalseValExpr, X); // y = (x+y)-x in createNodeForSelectOrPHIInstWithICmpInstCond()
6058 const SCEV *FalseValExpr = getSCEV(FalseVal); in createNodeForSelectOrPHIInstWithICmpInstCond() local
6059 if (SCEVMinMaxExprContains(FalseValExpr, X, scSequentialUMinExpr)) in createNodeForSelectOrPHIInstWithICmpInstCond()
6060 return getUMinExpr(getNoopOrZeroExtend(X, I->getType()), FalseValExpr, in createNodeForSelectOrPHIInstWithICmpInstCond()