Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1032 SDValue ExtOpB = Add.getOperand(1); in combineShiftToAVG() local
1039 ExtOpB = Op3; in combineShiftToAVG()
1046 ExtOpB = Op2; in combineShiftToAVG()
1054 MatchOperands(ExtOpA.getOperand(0), ExtOpA.getOperand(1), ExtOpB, ExtOpA)) || in combineShiftToAVG()
1055 (ExtOpB.getOpcode() == ISD::ADD && in combineShiftToAVG()
1056 MatchOperands(ExtOpB.getOperand(0), ExtOpB.getOperand(1), ExtOpA, ExtOpB)); in combineShiftToAVG()
1069 unsigned NumSignedB = DAG.ComputeNumSignBits(ExtOpB, DemandedElts, Depth); in combineShiftToAVG()
1074 DAG.computeKnownBits(ExtOpB, DemandedElts, Depth).countMinLeadingZeros(); in combineShiftToAVG()
1139 (isa<ConstantSDNode>(ExtOpA) || isa<ConstantSDNode>(ExtOpB))) in combineShiftToAVG()
1145 DAG.getExtOrTrunc(IsSigned, ExtOpB, DL, NVT)); in combineShiftToAVG()