Searched refs:SimplifyDemandedInstructionBits (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h343 /// SimplifyDemandedInstructionBits - Inst is an integer instruction that
346 bool SimplifyDemandedInstructionBits(Instruction &Inst);
H A DInstCombineCasts.cpp442 if (SimplifyDemandedInstructionBits(CI))
769 if (SimplifyDemandedInstructionBits(CI))
1070 if (SimplifyDemandedInstructionBits(CI))
H A DInstCombineAddSub.cpp933 if (SimplifyDemandedInstructionBits(I))
1409 if (SimplifyDemandedInstructionBits(I))
H A DInstCombineMulDivRem.cpp710 if (SimplifyDemandedInstructionBits(I))
1137 if (SimplifyDemandedInstructionBits(I))
H A DInstCombineShifts.cpp27 if (SimplifyDemandedInstructionBits(I))
H A DInstCombineSimplifyDemanded.cpp50 /// SimplifyDemandedInstructionBits - Inst is an integer instruction that
53 bool InstCombiner::SimplifyDemandedInstructionBits(Instruction &Inst) { function in class:InstCombiner
H A DInstCombineAndOrXor.cpp1111 if (SimplifyDemandedInstructionBits(I))
1929 if (SimplifyDemandedInstructionBits(I))
2261 if (SimplifyDemandedInstructionBits(I))

Completed in 187 milliseconds