Searched refs:NElements (Results 1 – 2 of 2) sorted by relevance
888 ConstantInt *NElements, const DataLayout &DL, in OptimizeGlobalAddressOfMalloc() argument894 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() local1082 if (NElements->getZExtValue() * DL.getTypeAllocSize(AllocTy) < 2048) { in tryToOptimizeStoreOfMallocToGlobal()1083 OptimizeGlobalAddressOfMalloc(GV, CI, AllocTy, NElements, DL, TLI); in tryToOptimizeStoreOfMallocToGlobal()
5061 uint64_t NElements = AT->getSize().getZExtValue(); in isHomogeneousAggregate() local5062 if (NElements == 0) in isHomogeneousAggregate()5066 Members *= NElements; in isHomogeneousAggregate()6802 uint64_t NElements = AT->getSize().getZExtValue(); in containsAnyFP16Vectors() local6803 if (NElements == 0) in containsAnyFP16Vectors()