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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 528 bool SimplifyDemandedInstructionBits(Instruction &Inst);
InstCombineCasts.cpp 440 if (SimplifyDemandedInstructionBits(CI))
769 if (SimplifyDemandedInstructionBits(CI))
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineMulDivRem.cpp 893 if (SimplifyDemandedInstructionBits(I))
    [all...]
InstCombineShifts.cpp 29 if (SimplifyDemandedInstructionBits(I))
    [all...]
InstCombineSimplifyDemanded.cpp 64 /// SimplifyDemandedInstructionBits - Inst is an integer instruction that
67 bool InstCombiner::SimplifyDemandedInstructionBits(Instruction &Inst) {
    [all...]
InstCombineAndOrXor.cpp     [all...]

Completed in 661 milliseconds