Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp303 if (Value *NElems = getMallocArraySize(MI, TD, true)) in visitCallInst() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1230 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/
DGlobalOpt.cpp1296 Value* NElems, TargetData *TD) { in PerformHeapAllocSRoA()
1517 Value *NElems = getMallocArraySize(CI, TD, true); in TryToOptimizeStoreOfMallocToGlobal() local