Lines Matching refs:FalseVal
6076 Value *FalseVal) { in createNodeForSelectOrPHIInstWithICmpInstCond() argument
6099 const SCEV *RA = getSCEV(FalseVal); in createNodeForSelectOrPHIInstWithICmpInstCond()
6141 std::swap(TrueVal, FalseVal); in createNodeForSelectOrPHIInstWithICmpInstCond()
6149 const SCEV *FalseValExpr = getSCEV(FalseVal); // x+y in createNodeForSelectOrPHIInstWithICmpInstCond()
6165 const SCEV *FalseValExpr = getSCEV(FalseVal); in createNodeForSelectOrPHIInstWithICmpInstCond()
6214 Value *FalseVal) { in createNodeForSelectViaUMinSeq() argument
6215 if (!isa<ConstantInt>(TrueVal) && !isa<ConstantInt>(FalseVal)) in createNodeForSelectViaUMinSeq()
6220 const auto *SEFalse = SE->getSCEV(FalseVal); in createNodeForSelectViaUMinSeq()
6225 Value *V, Value *Cond, Value *TrueVal, Value *FalseVal) { in createNodeForSelectOrPHIViaUMinSeq() argument
6227 assert(TrueVal->getType() == FalseVal->getType() && in createNodeForSelectOrPHIViaUMinSeq()
6236 createNodeForSelectViaUMinSeq(this, Cond, TrueVal, FalseVal)) in createNodeForSelectOrPHIViaUMinSeq()
6244 Value *FalseVal) { in createNodeForSelectOrPHI() argument
6248 return getSCEV(CI->isOne() ? TrueVal : FalseVal); in createNodeForSelectOrPHI()
6254 TrueVal, FalseVal)) in createNodeForSelectOrPHI()
6259 return createNodeForSelectOrPHIViaUMinSeq(V, Cond, TrueVal, FalseVal); in createNodeForSelectOrPHI()
7146 const APInt *TrueVal, *FalseVal; in getRangeViaFactoring() local
7149 m_APInt(FalseVal)))) { in getRangeViaFactoring()
7155 FalseValue = *FalseVal; in getRangeViaFactoring()