Searched refs:EmitBoundsCheckImpl (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 1178 EmitBoundsCheckImpl(E, Bound, Index, IndexType, IndexedType, Accessed); in EmitBoundsCheck() 1181 void CodeGenFunction::EmitBoundsCheckImpl(const Expr *E, llvm::Value *Bound, in EmitBoundsCheckImpl() function in CodeGenFunction 4322 EmitBoundsCheckImpl(E, Res, Idx, E->getIdx()->getType(), in EmitArraySubscriptExpr()
|
H A D | CodeGenFunction.h | 3294 void EmitBoundsCheckImpl(const Expr *E, llvm::Value *Bound,
|