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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 357 return InsertNewInstWith(Or, *I);
370 return InsertNewInstWith(And, *I);
395 InsertNewInstWith(NewAnd, *I);
400 return InsertNewInstWith(NewXor, *I);
519 return InsertNewInstWith(NewCast, *I);
623 return InsertNewInstWith(NewVal, *I);
668 return InsertNewInstWith(NewVal, *I);
    [all...]
InstCombineVectorOps.cpp 90 PHINode *scalarPHI = cast<PHINode>(InsertNewInstWith(
104 Value *Op = InsertNewInstWith(
108 Value *newPHIUser = InsertNewInstWith(
123 InsertNewInstWith(newEI, *InsertPos);
    [all...]
InstCombineInternal.h 409 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) {
InstCombineMulDivRem.cpp 528 InsertNewInstWith(R, *InsertBefore);
    [all...]
InstCombineCasts.cpp 227 return InsertNewInstWith(Res, *I);
    [all...]
InstructionCombining.cpp 316 InsertNewInstWith(New, I);
    [all...]

Completed in 292 milliseconds