HomeSort by relevance Sort by last modified time
    Searched refs:getMallocArraySize (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryBuiltins.h 63 /// getMallocArraySize - Returns the array size of a malloc call. If the
68 Value *getMallocArraySize(CallInst *CI, const TargetData *TD,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryBuiltins.cpp 172 /// getMallocArraySize - Returns the array size of a malloc call. If the
177 Value *llvm::getMallocArraySize(CallInst *CI, const TargetData *TD,
179 assert(isMalloc(CI) && "getMallocArraySize and not malloc call");
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 94 /// getMallocArraySize - Returns the array size of a malloc call. If the
99 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemoryBuiltins.h 113 /// getMallocArraySize - Returns the array size of a malloc call. If the
118 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 288 /// getMallocArraySize - Returns the array size of a malloc call. If the
293 Value *llvm::getMallocArraySize(CallInst *CI, const DataLayout &DL,
296 assert(isMallocLikeFn(CI, TLI) && "getMallocArraySize and not malloc call");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemoryBuiltins.cpp 343 /// getMallocArraySize - Returns the array size of a malloc call. If the
348 Value *llvm::getMallocArraySize(CallInst *CI, const DataLayout &DL,
351 assert(isMallocLikeFn(CI, TLI) && "getMallocArraySize and not malloc call");
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 303 if (Value *NElems = getMallocArraySize(MI, TD, true))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 947 milliseconds