Searched refs:emitArrayLength (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGNonTrivialStruct.cpp | 362 llvm::Value *NumElts = CGF.emitArrayLength(AT, BaseEltQT, DstAddr); in visitArray()
|
| H A D | CGExprAgg.cpp | 2154 SizeVal = emitArrayLength(VAT, BaseEltTy, DestPtr); in EmitAggregateCopy()
|
| H A D | CGDecl.cpp | 2203 llvm::Value *length = emitArrayLength(arrayType, type, addr); in emitDestroy()
|
| H A D | CodeGenFunction.cpp | 2074 llvm::Value *CodeGenFunction::emitArrayLength(const ArrayType *origArrayType, in emitArrayLength() function in CodeGenFunction
|
| H A D | CGClass.cpp | 1989 emitArrayLength(arrayType, elementType, arrayBegin); in EmitCXXAggrConstructorCall()
|
| H A D | CodeGenFunction.h | 2772 llvm::Value *emitArrayLength(const ArrayType *arrayType,
|
| H A D | CGOpenMPRuntime.cpp | 690 llvm::Value *NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, DestAddr); in EmitOMPAggregateInit() 4926 llvm::Value *NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, LHSAddr); in EmitOMPAggregateReduction()
|
| H A D | CGStmtOpenMP.cpp | 706 llvm::Value *NumElements = emitArrayLength(ArrayTy, ElementTy, DestAddr); in EmitOMPAggregateAssign()
|