Searched refs:FalseValExpr (Results 1 – 1 of 1) sorted by relevance
6042 const SCEV *FalseValExpr = getSCEV(FalseVal); // x+y in createNodeForSelectOrPHIInstWithICmpInstCond() local6043 const SCEV *Y = getMinusSCEV(FalseValExpr, X); // y = (x+y)-x in createNodeForSelectOrPHIInstWithICmpInstCond()6058 const SCEV *FalseValExpr = getSCEV(FalseVal); in createNodeForSelectOrPHIInstWithICmpInstCond() local6059 if (SCEVMinMaxExprContains(FalseValExpr, X, scSequentialUMinExpr)) in createNodeForSelectOrPHIInstWithICmpInstCond()6060 return getUMinExpr(getNoopOrZeroExtend(X, I->getType()), FalseValExpr, in createNodeForSelectOrPHIInstWithICmpInstCond()