Searched refs:SimplifyDemandedInstructionBits (Results 1 – 7 of 7) sorted by relevance
828 if (SimplifyDemandedInstructionBits(I)) in commonIDivTransforms()1467 if (SimplifyDemandedInstructionBits(I)) in commonIRemTransforms()
590 bool SimplifyDemandedInstructionBits(Instruction &Inst);
1799 if (SimplifyDemandedInstructionBits(I)) in visitAnd()2643 if (SimplifyDemandedInstructionBits(I)) in visitOr()3301 if (SimplifyDemandedInstructionBits(I)) in visitXor()
55 bool InstCombinerImpl::SimplifyDemandedInstructionBits(Instruction &Inst) { in SimplifyDemandedInstructionBits() function in InstCombinerImpl
384 if (SimplifyDemandedInstructionBits(I)) in commonShiftTransforms()
802 if (SimplifyDemandedInstructionBits(Trunc)) in visitTrunc()
1166 if (SimplifyDemandedInstructionBits(*II)) in visitCallInst()