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 329 /// SimplifyDemandedInstructionBits - Inst is an integer instruction that
332 bool SimplifyDemandedInstructionBits(Instruction &Inst);
InstCombineAddSub.cpp 106 if (SimplifyDemandedInstructionBits(I))
602 if (SimplifyDemandedInstructionBits(I))
InstCombineMulDivRem.cpp 403 if (SimplifyDemandedInstructionBits(I))
605 if (SimplifyDemandedInstructionBits(I))
InstCombineCasts.cpp 433 if (SimplifyDemandedInstructionBits(CI))
752 if (SimplifyDemandedInstructionBits(CI))
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineShifts.cpp 27 if (SimplifyDemandedInstructionBits(I))
    [all...]
InstCombineSimplifyDemanded.cpp 49 /// SimplifyDemandedInstructionBits - Inst is an integer instruction that
52 bool InstCombiner::SimplifyDemandedInstructionBits(Instruction &Inst) {
    [all...]

Completed in 196 milliseconds