Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1511 uint64_t countFromCLAs = 1; in emitArrayLength() local
1522 countFromCLAs *= llvmArrayType->getNumElements(); in emitArrayLength()
1537 countFromCLAs *= in emitArrayLength()
1555 = llvm::ConstantInt::get(SizeTy, countFromCLAs); in emitArrayLength()