Lines Matching refs:TrueVal

5969     Instruction *I, ICmpInst *Cond, Value *TrueVal, Value *FalseVal) {  in createNodeForSelectOrPHIInstWithICmpInstCond()  argument
5991 const SCEV *LA = getSCEV(TrueVal); in createNodeForSelectOrPHIInstWithICmpInstCond()
6034 std::swap(TrueVal, FalseVal); in createNodeForSelectOrPHIInstWithICmpInstCond()
6041 const SCEV *TrueValExpr = getSCEV(TrueVal); // C+y in createNodeForSelectOrPHIInstWithICmpInstCond()
6053 isa<ConstantInt>(TrueVal) && cast<ConstantInt>(TrueVal)->isZero()) { in createNodeForSelectOrPHIInstWithICmpInstCond()
6107 Value *TrueVal, in createNodeForSelectViaUMinSeq() argument
6109 if (!isa<ConstantInt>(TrueVal) && !isa<ConstantInt>(FalseVal)) in createNodeForSelectViaUMinSeq()
6113 const auto *SETrue = SE->getSCEV(TrueVal); in createNodeForSelectViaUMinSeq()
6119 Value *V, Value *Cond, Value *TrueVal, Value *FalseVal) { in createNodeForSelectOrPHIViaUMinSeq() argument
6121 assert(TrueVal->getType() == FalseVal->getType() && in createNodeForSelectOrPHIViaUMinSeq()
6122 V->getType() == TrueVal->getType() && in createNodeForSelectOrPHIViaUMinSeq()
6130 createNodeForSelectViaUMinSeq(this, Cond, TrueVal, FalseVal)) in createNodeForSelectOrPHIViaUMinSeq()
6137 Value *TrueVal, 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
6879 !match(SU->getValue(), m_Select(m_Value(Condition), m_APInt(TrueVal), in getRangeViaFactoring()
6885 TrueValue = *TrueVal; in getRangeViaFactoring()