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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 312 return InsertNewInstWith(Or, *I);
325 return InsertNewInstWith(And, *I);
350 InsertNewInstWith(NewAnd, *I);
355 return InsertNewInstWith(NewXor, *I);
468 return InsertNewInstWith(NewCast, *I);
511 return InsertNewInstWith(Or, *I);
577 return InsertNewInstWith(Xor, *I);
639 return InsertNewInstWith(NewVal, *I);
684 return InsertNewInstWith(NewVal, *I);
    [all...]
InstCombine.h 244 // InsertNewInstWith - same as InsertNewInstBefore, but also sets the
247 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) {
InstCombineCasts.cpp 221 return InsertNewInstWith(Res, *I);
    [all...]
InstructionCombining.cpp 297 InsertNewInstWith(New, I);
    [all...]

Completed in 61 milliseconds