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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombine.h 53 /// InstCombineIRInserter - This is an IRBuilder insertion helper that works
56 class LLVM_LIBRARY_VISIBILITY InstCombineIRInserter
60 InstCombineIRInserter(InstCombineWorklist &WL) : Worklist(WL) {}
81 typedef IRBuilder<true, TargetFolder, InstCombineIRInserter> BuilderTy;
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 140 class LLVM_LIBRARY_VISIBILITY InstCombineIRInserter
146 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC)
174 typedef IRBuilder<TargetFolder, InstCombineIRInserter> BuilderTy;
InstructionCombining.cpp     [all...]

Completed in 293 milliseconds