Searched refs:NElements (Results 1 – 2 of 2) sorted by relevance
836 ConstantInt *NElements, const DataLayout &DL, in OptimizeGlobalAddressOfMalloc() argument842 if (NElements->getZExtValue() == 1) in OptimizeGlobalAddressOfMalloc()846 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue()); in OptimizeGlobalAddressOfMalloc()1499 if (ConstantInt *NElements = dyn_cast<ConstantInt>(NElems)) in tryToOptimizeStoreOfMallocToGlobal() local1503 if (NElements->getZExtValue() * DL.getTypeAllocSize(AllocTy) < 2048) { in tryToOptimizeStoreOfMallocToGlobal()1504 OptimizeGlobalAddressOfMalloc(GV, CI, AllocTy, NElements, DL, TLI); in tryToOptimizeStoreOfMallocToGlobal()
4568 uint64_t NElements = AT->getSize().getZExtValue(); in isHomogeneousAggregate() local4569 if (NElements == 0) in isHomogeneousAggregate()4573 Members *= NElements; in isHomogeneousAggregate()