Lines Matching refs:InstCombinerImpl
58 Value *InstCombinerImpl::reassociateShiftAmtsOfTwoSameDirectionShifts( in reassociateShiftAmtsOfTwoSameDirectionShifts()
402 Instruction *InstCombinerImpl::commonShiftTransforms(BinaryOperator &I) { in commonShiftTransforms()
511 InstCombinerImpl &IC, Instruction *CxtI) { in canEvaluateShiftedShift()
562 InstCombinerImpl &IC, Instruction *CxtI) { in canEvaluateShifted()
679 InstCombinerImpl &IC, const DataLayout &DL) { in getShiftedValue()
757 Instruction *InstCombinerImpl::FoldShiftByConstant(Value *Op0, Constant *C1, in FoldShiftByConstant()
887 Instruction *InstCombinerImpl::foldLShrOverflowBit(BinaryOperator &I) { in foldLShrOverflowBit()
1000 Instruction *InstCombinerImpl::visitShl(BinaryOperator &I) { in visitShl()
1235 Instruction *InstCombinerImpl::visitLShr(BinaryOperator &I) { in visitLShr()
1496 InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract( in foldVariableSignZeroExtensionOfVariableHighBitExtract()
1564 Instruction *InstCombinerImpl::visitAShr(BinaryOperator &I) { in visitAShr()