Lines Matching defs:Check
1199 llvm::Value *Check = Accessed ? Builder.CreateICmpULT(IndexVal, BoundVal)
1201 EmitCheck(std::make_pair(Check, SanitizerKind::ArrayBounds),
1917 llvm::Value *Check;
1920 Check = Builder.CreateICmpULE(Value, llvm::ConstantInt::get(Ctx, End));
1926 Check = Builder.CreateAnd(Upper, Lower);
1932 EmitCheck(std::make_pair(Check, Kind), SanitizerHandler::LoadInvalidValue,
2845 // Check if the variable is marked as declare target with link clause in
2959 // FIXME: This is unnecessarily broad. Check whether this would actually be a
3029 // Check for captured variables.
3088 // Check if this is a global variable.
3118 // Check for OpenMP threadprivate variables.
3443 /// Check supports recovering, runtime has both fatal (noreturn) and
3536 llvm::Value *Check = Checked[i].first;
3544 Cond = Cond ? Builder.CreateAnd(Cond, Check) : Check;
5637 // Check if LHS is a bitfield, if RHS contains an implicit cast expression