Lines Matching defs:TrueResult
14038 APSInt TrueResult = (LHS - RHS) / ElemSize;
14039 APSInt Result = TrueResult.trunc(Info.Ctx.getIntWidth(E->getType()));
14041 if (Result.extend(65) != TrueResult &&
14042 !HandleOverflow(Info, E, TrueResult, E->getType()))
16739 ICEDiag TrueResult = CheckICE(Exp->getTrueExpr(), Ctx);
16742 if (TrueResult.Kind == IK_NotICE)
16743 return TrueResult;
16748 if (TrueResult.Kind == IK_ICE && FalseResult.Kind == IK_ICE)
16752 // TrueResult and FalseResult is non-zero.
16755 return TrueResult;