Lines Matching refs:NumElements
438 unsigned NumElements) { in transferSRADebugInfo() argument
444 if (NumElements > 1) { in transferSRADebugInfo()
479 unsigned NumElements = STy->getNumElements(); in SRAGlobal() local
480 NewGlobals.reserve(NumElements); in SRAGlobal()
482 for (unsigned i = 0, e = NumElements; i != e; ++i) { in SRAGlobal()
506 transferSRADebugInfo(GV, NGV, FragmentOffsetInBits, Size, NumElements); in SRAGlobal()
509 unsigned NumElements = STy->getNumElements(); in SRAGlobal() local
510 if (NumElements > 16 && GV->hasNUsesOrMore(16)) in SRAGlobal()
512 NewGlobals.reserve(NumElements); in SRAGlobal()
517 for (unsigned i = 0, e = NumElements; i != e; ++i) { in SRAGlobal()
538 NumElements); in SRAGlobal()
1536 Value *NumElements = ConstantInt::get(IntPtrTy, AT->getNumElements()); in tryToOptimizeStoreOfMallocToGlobal() local
1540 CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, AllocSize, NumElements, in tryToOptimizeStoreOfMallocToGlobal()