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.cpp1031 SDValue ExtOpA = Add.getOperand(0); in combineShiftToAVG() local
1038 ExtOpA = Op1; in combineShiftToAVG()
1045 ExtOpA = Op1; in combineShiftToAVG()
1053 (ExtOpA.getOpcode() == ISD::ADD && in combineShiftToAVG()
1054 MatchOperands(ExtOpA.getOperand(0), ExtOpA.getOperand(1), ExtOpB, ExtOpA)) || in combineShiftToAVG()
1056 MatchOperands(ExtOpB.getOperand(0), ExtOpB.getOperand(1), ExtOpA, ExtOpB)); in combineShiftToAVG()
1068 unsigned NumSignedA = DAG.ComputeNumSignBits(ExtOpA, DemandedElts, Depth); in combineShiftToAVG()
1072 DAG.computeKnownBits(ExtOpA, DemandedElts, Depth).countMinLeadingZeros(); in combineShiftToAVG()
1139 (isa<ConstantSDNode>(ExtOpA) || isa<ConstantSDNode>(ExtOpB))) in combineShiftToAVG()
1144 DAG.getNode(AVGOpc, DL, NVT, DAG.getExtOrTrunc(IsSigned, ExtOpA, DL, NVT), in combineShiftToAVG()