Lines Matching defs:CheckResult
915 Value *CheckResult = nullptr;
924 CheckResult = CheckResult
925 ? Builder.CreateOr(CheckResult, ComponentCheckResult)
928 return CheckResult;
931 Value *CheckResult = nullptr;
937 CheckResult = CheckResult
938 ? Builder.CreateOr(CheckResult, ComponentCheckResult)
941 return CheckResult;
944 Value *CheckResult = nullptr;
952 CheckResult = CheckResult
953 ? Builder.CreateOr(CheckResult, ComponentCheckResult)
956 if (!CheckResult)
960 return CheckResult;
986 Value *CheckResult = emitCheckInternal(V, ShadowV, Builder, Loc);
988 CheckResult,