Searched defs:InsertNewInstBefore (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h232 // InsertNewInstBefore - insert an instruction New before instruction Old
235 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { function in class:llvm::InstCombiner
244 // InsertNewInstWith - same as InsertNewInstBefore, but also sets the
249 return InsertNewInstBefore(New, Old);

Completed in 51 milliseconds