Home
last modified time | relevance | path

Searched refs:emitArrayLength (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp362 llvm::Value *NumElts = CGF.emitArrayLength(AT, BaseEltQT, DstAddr); in visitArray()
H A DCGExprAgg.cpp2118 SizeVal = emitArrayLength(VAT, BaseEltTy, DestPtr); in EmitAggregateCopy()
H A DCGDecl.cpp2199 llvm::Value *length = emitArrayLength(arrayType, type, addr); in emitDestroy()
H A DCodeGenFunction.cpp2051 llvm::Value *CodeGenFunction::emitArrayLength(const ArrayType *origArrayType, in emitArrayLength() function in CodeGenFunction
H A DCGClass.cpp1948 emitArrayLength(arrayType, elementType, arrayBegin); in EmitCXXAggrConstructorCall()
H A DCodeGenFunction.h2770 llvm::Value *emitArrayLength(const ArrayType *arrayType,
H A DCGOpenMPRuntime.cpp689 llvm::Value *NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, DestAddr); in EmitOMPAggregateInit()
5239 llvm::Value *NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, LHSAddr); in EmitOMPAggregateReduction()
H A DCGStmtOpenMP.cpp705 llvm::Value *NumElements = emitArrayLength(ArrayTy, ElementTy, DestAddr); in EmitOMPAggregateAssign()