Lines Matching defs:TrueResult
14778 APSInt TrueResult = (LHS - RHS) / ElemSize;
14779 APSInt Result = TrueResult.trunc(Info.Ctx.getIntWidth(E->getType()));
14781 if (Result.extend(65) != TrueResult &&
14782 !HandleOverflow(Info, E, TrueResult, E->getType()))
17529 ICEDiag TrueResult = CheckICE(Exp->getTrueExpr(), Ctx);
17532 if (TrueResult.Kind == IK_NotICE)
17533 return TrueResult;
17538 if (TrueResult.Kind == IK_ICE && FalseResult.Kind == IK_ICE)
17542 // TrueResult and FalseResult is non-zero.
17545 return TrueResult;