Home
last modified time | relevance | path

Searched refs:ExtOpA (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp976 SDValue ExtOpA = Add.getOperand(0); in combineShiftToAVG() local
983 ExtOpA = Op1; in combineShiftToAVG()
990 ExtOpA = Op1; in combineShiftToAVG()
998 (ExtOpA.getOpcode() == ISD::ADD && in combineShiftToAVG()
999 MatchOperands(ExtOpA.getOperand(0), ExtOpA.getOperand(1), ExtOpB, ExtOpA)) || in combineShiftToAVG()
1001 MatchOperands(ExtOpB.getOperand(0), ExtOpB.getOperand(1), ExtOpA, ExtOpB)); in combineShiftToAVG()
1013 unsigned NumSignedA = DAG.ComputeNumSignBits(ExtOpA, DemandedElts, Depth); in combineShiftToAVG()
1017 DAG.computeKnownBits(ExtOpA, DemandedElts, Depth).countMinLeadingZeros(); in combineShiftToAVG()
1084 (isa<ConstantSDNode>(ExtOpA) || isa<ConstantSDNode>(ExtOpB))) in combineShiftToAVG()
1089 DAG.getNode(AVGOpc, DL, NVT, DAG.getExtOrTrunc(IsSigned, ExtOpA, DL, NVT), in combineShiftToAVG()