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

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 54 /// InstCombineIRInserter - This is an IRBuilder insertion helper that works
57 class LLVM_LIBRARY_VISIBILITY InstCombineIRInserter
61 InstCombineIRInserter(InstCombineWorklist &WL) : Worklist(WL) {}
83 typedef IRBuilder<true, TargetFolder, InstCombineIRInserter> BuilderTy;
InstructionCombining.cpp     [all...]

Completed in 46 milliseconds