Lines Matching refs:FalseVal
5969 Instruction *I, ICmpInst *Cond, Value *TrueVal, Value *FalseVal) { in createNodeForSelectOrPHIInstWithICmpInstCond() argument
5992 const SCEV *RA = getSCEV(FalseVal); in createNodeForSelectOrPHIInstWithICmpInstCond()
6034 std::swap(TrueVal, FalseVal); in createNodeForSelectOrPHIInstWithICmpInstCond()
6042 const SCEV *FalseValExpr = getSCEV(FalseVal); // x+y in createNodeForSelectOrPHIInstWithICmpInstCond()
6058 const SCEV *FalseValExpr = getSCEV(FalseVal); in createNodeForSelectOrPHIInstWithICmpInstCond()
6108 Value *FalseVal) { in createNodeForSelectViaUMinSeq() argument
6109 if (!isa<ConstantInt>(TrueVal) && !isa<ConstantInt>(FalseVal)) in createNodeForSelectViaUMinSeq()
6114 const auto *SEFalse = SE->getSCEV(FalseVal); in createNodeForSelectViaUMinSeq()
6119 Value *V, Value *Cond, Value *TrueVal, Value *FalseVal) { in createNodeForSelectOrPHIViaUMinSeq() argument
6121 assert(TrueVal->getType() == FalseVal->getType() && in createNodeForSelectOrPHIViaUMinSeq()
6130 createNodeForSelectViaUMinSeq(this, Cond, TrueVal, FalseVal)) in createNodeForSelectOrPHIViaUMinSeq()
6138 Value *FalseVal) { in createNodeForSelectOrPHI() argument
6142 return getSCEV(CI->isOne() ? TrueVal : FalseVal); in createNodeForSelectOrPHI()
6147 I, ICI, TrueVal, FalseVal); in createNodeForSelectOrPHI()
6153 return createNodeForSelectOrPHIViaUMinSeq(V, Cond, TrueVal, FalseVal); in createNodeForSelectOrPHI()
6877 const APInt *TrueVal, *FalseVal; in getRangeViaFactoring() local
6880 m_APInt(FalseVal)))) { in getRangeViaFactoring()
6886 FalseValue = *FalseVal; in getRangeViaFactoring()