Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp888 ConstantInt *NElements, const DataLayout &DL, in OptimizeGlobalAddressOfMalloc() argument
894 if (NElements->getZExtValue() == 1) in OptimizeGlobalAddressOfMalloc()
898 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue()); in OptimizeGlobalAddressOfMalloc()
1078 if (ConstantInt *NElements = dyn_cast<ConstantInt>(NElems)) in tryToOptimizeStoreOfMallocToGlobal() local
1082 if (NElements->getZExtValue() * DL.getTypeAllocSize(AllocTy) < 2048) { in tryToOptimizeStoreOfMallocToGlobal()
1083 OptimizeGlobalAddressOfMalloc(GV, CI, AllocTy, NElements, DL, TLI); in tryToOptimizeStoreOfMallocToGlobal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp5061 uint64_t NElements = AT->getSize().getZExtValue(); in isHomogeneousAggregate() local
5062 if (NElements == 0) in isHomogeneousAggregate()
5066 Members *= NElements; in isHomogeneousAggregate()
6802 uint64_t NElements = AT->getSize().getZExtValue(); in containsAnyFP16Vectors() local
6803 if (NElements == 0) in containsAnyFP16Vectors()