Searched defs:NElems (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 303 if (Value *NElems = getMallocArraySize(MI, TD, true)) in visitCallInst() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1230 Value *NElems, const DataLayout &DL, in PerformHeapAllocSRoA() 1451 Value *NElems = getMallocArraySize(CI, DL, TLI, true); in tryToOptimizeStoreOfMallocToGlobal() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1296 Value* NElems, TargetData *TD) { in PerformHeapAllocSRoA() 1517 Value *NElems = getMallocArraySize(CI, TD, true); in TryToOptimizeStoreOfMallocToGlobal() local
|