Home | History | Annotate | Download | only in Scalar

Lines Matching full:falseval

562     Constant *FalseVal = getKnownConstant(SI->getFalseValue(), Preference);
564 if ((TrueVal || FalseVal) &&
584 if (Constant *Val = KnownCond ? TrueVal : FalseVal)