Searched refs:SimplifyDemandedInstructionBits (Results 1 – 6 of 6) sorted by relevance
693 if (SimplifyDemandedInstructionBits(I)) in commonIDivTransforms()1230 if (SimplifyDemandedInstructionBits(I)) in commonIRemTransforms()
801 bool SimplifyDemandedInstructionBits(Instruction &Inst);
29 if (SimplifyDemandedInstructionBits(I)) in commonShiftTransforms()
1543 if (SimplifyDemandedInstructionBits(I)) in visitAnd()2204 if (SimplifyDemandedInstructionBits(I)) in visitOr()2682 if (SimplifyDemandedInstructionBits(I)) in visitXor()
65 bool InstCombiner::SimplifyDemandedInstructionBits(Instruction &Inst) { in SimplifyDemandedInstructionBits() function in InstCombiner
721 if (SimplifyDemandedInstructionBits(CI)) in visitTrunc()