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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h68 /// InstCombineIRInserter - This is an IRBuilder insertion helper that works
71 class LLVM_LIBRARY_VISIBILITY InstCombineIRInserter class in namespace:llvm
76 InstCombineIRInserter(InstCombineWorklist &WL) : Worklist(WL) {} function in class:llvm::InstCombineIRInserter
101 typedef IRBuilder<true, TargetFolder, InstCombineIRInserter> BuilderTy;

Completed in 91 milliseconds