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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 85 /// isArrayMalloc - Returns the corresponding CallInst if the instruction
88 const CallInst *isArrayMalloc(const Value *I, const DataLayout *DL,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 235 /// isArrayMalloc - Returns the corresponding CallInst if the instruction
238 const CallInst *llvm::isArrayMalloc(const Value *I,

Completed in 261 milliseconds