Searched refs:ExtOpA (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 963 SDValue ExtOpA = Add.getOperand(0); in combineShiftToAVG() local 970 ExtOpA = Op1; in combineShiftToAVG() 977 ExtOpA = Op1; in combineShiftToAVG() 985 (ExtOpA.getOpcode() == ISD::ADD && in combineShiftToAVG() 986 MatchOperands(ExtOpA.getOperand(0), ExtOpA.getOperand(1), ExtOpB, ExtOpA)) || in combineShiftToAVG() 988 MatchOperands(ExtOpB.getOperand(0), ExtOpB.getOperand(1), ExtOpA, ExtOpB)); in combineShiftToAVG() 999 unsigned NumSignedA = DAG.ComputeNumSignBits(ExtOpA, DemandedElts, Depth); in combineShiftToAVG() 1003 DAG.computeKnownBits(ExtOpA, DemandedElts, Depth).countMinLeadingZeros(); in combineShiftToAVG() 1067 DAG.getNode(AVGOpc, DL, NVT, DAG.getExtOrTrunc(IsSigned, ExtOpA, DL, NVT), in combineShiftToAVG()
|