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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryBuiltins.cpp 107 Value *MallocArg = CI->getArgOperand(0);
109 if (ComputeMultiple(MallocArg, ElementSize, Multiple,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 237 Value *MallocArg = CI->getArgOperand(0);
239 if (ComputeMultiple(MallocArg, ElementSize, Multiple, LookThroughSExt))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemoryBuiltins.cpp 292 Value *MallocArg = CI->getArgOperand(0);
294 if (ComputeMultiple(MallocArg, ElementSize, Multiple, LookThroughSExt))
    [all...]

Completed in 720 milliseconds