Lines Matching refs:InstCombinerImpl
58 Value *InstCombinerImpl::reassociateShiftAmtsOfTwoSameDirectionShifts( in reassociateShiftAmtsOfTwoSameDirectionShifts()
405 Instruction *InstCombinerImpl::commonShiftTransforms(BinaryOperator &I) { in commonShiftTransforms()
521 InstCombinerImpl &IC, Instruction *CxtI) { in canEvaluateShiftedShift()
572 InstCombinerImpl &IC, Instruction *CxtI) { in canEvaluateShifted()
689 InstCombinerImpl &IC, const DataLayout &DL) { in getShiftedValue()
767 Instruction *InstCombinerImpl::FoldShiftByConstant(Value *Op0, Constant *C1, in FoldShiftByConstant()
906 Instruction *InstCombinerImpl::foldLShrOverflowBit(BinaryOperator &I) { in foldLShrOverflowBit()
1019 Instruction *InstCombinerImpl::visitShl(BinaryOperator &I) { in visitShl()
1256 Instruction *InstCombinerImpl::visitLShr(BinaryOperator &I) { in visitLShr()
1599 InstCombinerImpl::foldVariableSignZeroExtensionOfVariableHighBitExtract( in foldVariableSignZeroExtensionOfVariableHighBitExtract()
1667 Instruction *InstCombinerImpl::visitAShr(BinaryOperator &I) { in visitAShr()