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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 326 return InsertNewInstWith(Or, *I);
339 return InsertNewInstWith(And, *I);
364 InsertNewInstWith(NewAnd, *I);
369 return InsertNewInstWith(NewXor, *I);
482 return InsertNewInstWith(NewCast, *I);
525 return InsertNewInstWith(Or, *I);
591 return InsertNewInstWith(Xor, *I);
664 return InsertNewInstWith(NewVal, *I);
709 return InsertNewInstWith(NewVal, *I);
    [all...]
InstCombine.h 250 // InsertNewInstWith - same as InsertNewInstBefore, but also sets the
253 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) {
InstCombineMulDivRem.cpp 364 InsertNewInstWith(R, *InsertBefore);
    [all...]
InstCombineCasts.cpp 227 return InsertNewInstWith(Res, *I);
    [all...]
InstructionCombining.cpp 322 InsertNewInstWith(New, I);
    [all...]

Completed in 103 milliseconds