Searched refs:countFromCLAs (Results 1 – 1 of 1) sorted by relevance
2359 uint64_t countFromCLAs = 1; in emitArrayLength() local2370 countFromCLAs *= llvmArrayType->getNumElements(); in emitArrayLength()2385 countFromCLAs *= cast<ConstantArrayType>(arrayType)->getZExtSize(); in emitArrayLength()2403 = llvm::ConstantInt::get(SizeTy, countFromCLAs); in emitArrayLength()