Home
last modified time | relevance | path

Searched refs:visitMalloc (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h186 Instruction *visitMalloc(Instruction &FI);
DInstCombineCalls.cpp176 return visitMalloc(CI); in visitCallInst()
DInstructionCombining.cpp1137 Instruction *InstCombiner::visitMalloc(Instruction &MI) { in visitMalloc() function in InstCombiner