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 55 /// InstCombineIRInserter - This is an IRBuilder insertion helper that works
58 class LLVM_LIBRARY_VISIBILITY InstCombineIRInserter
62 InstCombineIRInserter(InstCombineWorklist &WL) : Worklist(WL) {}
86 typedef IRBuilder<true, TargetFolder, InstCombineIRInserter> BuilderTy;
InstructionCombining.cpp     [all...]

Completed in 66 milliseconds