HomeSort by: relevance | last modified time | path
    Searched refs:emitArrayLength (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGNonTrivialStruct.cpp 363 llvm::Value *NumElts = CGF.emitArrayLength(AT, BaseEltQT, DstAddr);
CGExprAgg.cpp 2108 SizeVal = emitArrayLength(VAT, BaseEltTy, DestPtr);
CodeGenFunction.cpp 1977 llvm::Value *CodeGenFunction::emitArrayLength(const ArrayType *origArrayType,
CGClass.cpp 1922 emitArrayLength(arrayType, elementType, arrayBegin);
CGDecl.cpp 2184 llvm::Value *length = emitArrayLength(arrayType, type, addr);
CodeGenFunction.h 2713 /// emitArrayLength - Compute the length of an array, even if it's a
2715 llvm::Value *emitArrayLength(const ArrayType *arrayType,
CGOpenMPRuntime.cpp 689 llvm::Value *NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, DestAddr);
5335 llvm::Value *NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, LHSAddr);
CGStmtOpenMP.cpp 693 llvm::Value *NumElements = emitArrayLength(ArrayTy, ElementTy, DestAddr);

Completed in 86 milliseconds