Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp952 SDValue ExtOpB = Add.getOperand(1); in combineShiftToAVG() local
958 ExtOpB = Op3; in combineShiftToAVG()
964 ExtOpB = Op3; in combineShiftToAVG()
970 ExtOpB = Op2; in combineShiftToAVG()
977 MatchOperands(ExtOpA.getOperand(0), ExtOpA.getOperand(1), ExtOpB)) || in combineShiftToAVG()
978 (ExtOpB.getOpcode() == ISD::ADD && in combineShiftToAVG()
979 MatchOperands(ExtOpB.getOperand(0), ExtOpB.getOperand(1), ExtOpA)); in combineShiftToAVG()
991 unsigned NumSignedB = DAG.ComputeNumSignBits(ExtOpB, DemandedElts, Depth); in combineShiftToAVG()
996 DAG.computeKnownBits(ExtOpB, DemandedElts, Depth).countMinLeadingZeros(); in combineShiftToAVG()
1048 DAG.getNode(ISD::TRUNCATE, DL, NVT, ExtOpB)); in combineShiftToAVG()