Searched refs:ExtOpA (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 951 SDValue ExtOpA = Add.getOperand(0); in combineShiftToAVG() local 957 ExtOpA = Op2; in combineShiftToAVG() 963 ExtOpA = Op1; in combineShiftToAVG() 969 ExtOpA = Op1; in combineShiftToAVG() 976 (ExtOpA.getOpcode() == ISD::ADD && in combineShiftToAVG() 977 MatchOperands(ExtOpA.getOperand(0), ExtOpA.getOperand(1), ExtOpB)) || in combineShiftToAVG() 979 MatchOperands(ExtOpB.getOperand(0), ExtOpB.getOperand(1), ExtOpA)); in combineShiftToAVG() 990 unsigned NumSignedA = DAG.ComputeNumSignBits(ExtOpA, DemandedElts, Depth); in combineShiftToAVG() 994 DAG.computeKnownBits(ExtOpA, DemandedElts, Depth).countMinLeadingZeros(); in combineShiftToAVG() 1047 DAG.getNode(AVGOpc, DL, NVT, DAG.getNode(ISD::TRUNCATE, DL, NVT, ExtOpA), in combineShiftToAVG()
|