Lines Matching full:nelements
1026 ConstantInt *NElements,
1032 if (NElements->getZExtValue() == 1)
1036 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue());
1704 if (ConstantInt *NElements = dyn_cast<ConstantInt>(NElems))
1708 if (NElements->getZExtValue() * TD->getTypeAllocSize(AllocTy) < 2048) {
1709 GVI = OptimizeGlobalAddressOfMalloc(GV, CI, AllocTy, NElements, TD, TLI);