Home | History | Annotate | Download | only in Analysis

Lines Matching full:falseval

2685                                  Value *FalseVal, const Query &Q,
2690 return CB->getZExtValue() ? TrueVal : FalseVal;
2693 if (TrueVal == FalseVal)
2699 return FalseVal;
2702 return FalseVal;
2703 if (isa<UndefValue>(FalseVal)) // select C, X, undef -> X
2709 Value *llvm::SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
2713 return ::SimplifySelectInst(Cond, TrueVal, FalseVal, Query (TD, TLI, DT),