Home | History | Annotate | Download | only in Scalar

Lines Matching full:falseval

546     Constant *FalseVal = getKnownConstant(SI->getFalseValue(), Preference);
548 if ((TrueVal || FalseVal) &&
568 if (Constant *Val = KnownCond ? TrueVal : FalseVal)