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 81 /// isArrayMalloc - Returns the corresponding CallInst if the instruction
84 const CallInst *isArrayMalloc(const Value *I, const DataLayout *TD,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 223 /// isArrayMalloc - Returns the corresponding CallInst if the instruction
226 const CallInst *llvm::isArrayMalloc(const Value *I,

Completed in 62 milliseconds