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

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 340 /// SimplifyDemandedInstructionBits - Inst is an integer instruction that
343 bool SimplifyDemandedInstructionBits(Instruction &Inst);
InstCombineCasts.cpp 442 if (SimplifyDemandedInstructionBits(CI))
759 if (SimplifyDemandedInstructionBits(CI))
    [all...]
InstCombineMulDivRem.cpp 649 if (SimplifyDemandedInstructionBits(I))
    [all...]
InstCombineAddSub.cpp 897 if (SimplifyDemandedInstructionBits(I))
    [all...]
InstCombineShifts.cpp 27 if (SimplifyDemandedInstructionBits(I))
InstCombineSimplifyDemanded.cpp 50 /// SimplifyDemandedInstructionBits - Inst is an integer instruction that
53 bool InstCombiner::SimplifyDemandedInstructionBits(Instruction &Inst) {
    [all...]
InstCombineAndOrXor.cpp     [all...]

Completed in 128 milliseconds