Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2014 uint64_t countFromCLAs = 1; in emitArrayLength() local
2025 countFromCLAs *= llvmArrayType->getNumElements(); in emitArrayLength()
2040 countFromCLAs *= in emitArrayLength()
2058 = llvm::ConstantInt::get(SizeTy, countFromCLAs); in emitArrayLength()