Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenFunction.cpp1429 uint64_t countFromCLAs = 1; in emitArrayLength() local
1441 countFromCLAs *= llvmArrayType->getNumElements(); in emitArrayLength()
1456 countFromCLAs *= in emitArrayLength()
1473 = llvm::ConstantInt::get(SizeTy, countFromCLAs); in emitArrayLength()