Searched refs:SimplifyDemandedInstructionBits (Results 1 – 7 of 7) sorted by relevance
894 if (SimplifyDemandedInstructionBits(I)) in commonIDivTransforms()1488 if (SimplifyDemandedInstructionBits(I)) in commonIRemTransforms()
598 bool SimplifyDemandedInstructionBits(Instruction &Inst);
1746 if (SimplifyDemandedInstructionBits(I)) in visitAnd()2716 if (SimplifyDemandedInstructionBits(I)) in visitOr()3637 if (SimplifyDemandedInstructionBits(I)) in visitXor()
55 bool InstCombinerImpl::SimplifyDemandedInstructionBits(Instruction &Inst) { in SimplifyDemandedInstructionBits() function in InstCombinerImpl
386 if (SimplifyDemandedInstructionBits(I)) in commonShiftTransforms()
829 if (SimplifyDemandedInstructionBits(Trunc)) in visitTrunc()
1589 if (SimplifyDemandedInstructionBits(*II)) in visitCallInst()