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 322 /// SimplifyDemandedInstructionBits - Inst is an integer instruction that
325 bool SimplifyDemandedInstructionBits(Instruction &Inst);
InstCombineMulDivRem.cpp 407 if (SimplifyDemandedInstructionBits(I))
606 if (SimplifyDemandedInstructionBits(I))
InstCombineCasts.cpp 434 if (SimplifyDemandedInstructionBits(CI))
757 if (SimplifyDemandedInstructionBits(CI))
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineAddSub.cpp 106 if (SimplifyDemandedInstructionBits(I))
InstCombineShifts.cpp 26 if (SimplifyDemandedInstructionBits(I))
InstCombineSimplifyDemanded.cpp 49 /// SimplifyDemandedInstructionBits - Inst is an integer instruction that
52 bool InstCombiner::SimplifyDemandedInstructionBits(Instruction &Inst) {
    [all...]

Completed in 2160 milliseconds