Searched refs:FalseValExpr (Results 1 – 1 of 1) sorted by relevance
6149 const SCEV *FalseValExpr = getSCEV(FalseVal); // x+y in createNodeForSelectOrPHIInstWithICmpInstCond() local6150 const SCEV *Y = getMinusSCEV(FalseValExpr, X); // y = (x+y)-x in createNodeForSelectOrPHIInstWithICmpInstCond()6165 const SCEV *FalseValExpr = getSCEV(FalseVal); in createNodeForSelectOrPHIInstWithICmpInstCond() local6166 if (SCEVMinMaxExprContains(FalseValExpr, X, scSequentialUMinExpr)) in createNodeForSelectOrPHIInstWithICmpInstCond()6167 return getUMinExpr(getNoopOrZeroExtend(X, Ty), FalseValExpr, in createNodeForSelectOrPHIInstWithICmpInstCond()