Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2175 uint64_t countFromCLAs = 1; in emitArrayLength() local
2186 countFromCLAs *= llvmArrayType->getNumElements(); in emitArrayLength()
2201 countFromCLAs *= in emitArrayLength()
2220 = llvm::ConstantInt::get(SizeTy, countFromCLAs); in emitArrayLength()