Searched defs:NElems (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1275 Value *NElems, const DataLayout *DL,
1311 NElems, nullptr,
1500 Value *NElems = getMallocArraySize(CI, DL, TLI, true);
1501 if (!NElems)
1504 if (ConstantInt *NElements = dyn_cast<ConstantInt>(NElems))
1522 if (NElems == ConstantInt::get(CI->getArgOperand(0)->getType(), 1))
1274 PerformHeapAllocSRoA(GlobalVariable *GV, CallInst *CI, Value *NElems, const DataLayout *DL, const TargetLibraryInfo *TLI) argument

Completed in 75 milliseconds