Searched refs:emitArrayLength (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 118 auto SrcNumElements = emitArrayLength(ArrayTy, ElementTy, SrcBegin); in EmitOMPAggregateAssign() 119 auto DestNumElements = emitArrayLength(ArrayTy, ElementTy, DestBegin); in EmitOMPAggregateAssign()
|
| H A D | CodeGenFunction.cpp | 1354 llvm::Value *CodeGenFunction::emitArrayLength(const ArrayType *origArrayType, in emitArrayLength() function in CodeGenFunction
|
| H A D | CGDecl.cpp | 1421 llvm::Value *length = emitArrayLength(arrayType, type, begin); in emitDestroy()
|
| H A D | CGClass.cpp | 1618 emitArrayLength(arrayType, elementType, arrayBegin); in EmitCXXAggrConstructorCall()
|
| H A D | CodeGenFunction.h | 1619 llvm::Value *emitArrayLength(const ArrayType *arrayType,
|