Lines Matching defs:CondIsTrue
2361 bool CondIsTrue) {
2367 if (!CondIsTrue)
2398 /*CondIsTrue=*/true) &&
2411 /*CondIsTrue=*/true) &&
2417 /*CondIsTrue=*/false) &&
4942 unsigned Depth, bool CondIsTrue,
4947 (CondIsTrue ? match(Cond, m_LogicalAnd(m_Value(A), m_Value(B)))
4949 computeKnownFPClassFromCond(V, A, Depth + 1, CondIsTrue, CxtI,
4951 computeKnownFPClassFromCond(V, B, Depth + 1, CondIsTrue, CxtI,
4964 KnownFromContext.knownNot(~(CondIsTrue ? MaskIfTrue : MaskIfFalse));
4968 KnownFromContext.knownNot(CondIsTrue ? ~Mask : Mask);
4974 if (TrueIfSigned == CondIsTrue)
4995 computeKnownFPClassFromCond(V, Cond, /*Depth=*/0, /*CondIsTrue=*/true,
5000 computeKnownFPClassFromCond(V, Cond, /*Depth=*/0, /*CondIsTrue=*/false,
5024 /*CondIsTrue=*/true, Q.CxtI, KnownFromContext);