Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp956 SDValue ExtOpB = Add.getOperand(1); in combineShiftToAVG() local
962 ExtOpB = Op3; in combineShiftToAVG()
968 ExtOpB = Op3; in combineShiftToAVG()
974 ExtOpB = Op2; in combineShiftToAVG()
981 MatchOperands(ExtOpA.getOperand(0), ExtOpA.getOperand(1), ExtOpB)) || in combineShiftToAVG()
982 (ExtOpB.getOpcode() == ISD::ADD && in combineShiftToAVG()
983 MatchOperands(ExtOpB.getOperand(0), ExtOpB.getOperand(1), ExtOpA)); in combineShiftToAVG()
995 unsigned NumSignedB = DAG.ComputeNumSignBits(ExtOpB, DemandedElts, Depth); in combineShiftToAVG()
1000 DAG.computeKnownBits(ExtOpB, DemandedElts, Depth).countMinLeadingZeros(); in combineShiftToAVG()
1052 DAG.getNode(ISD::TRUNCATE, DL, NVT, ExtOpB)); in combineShiftToAVG()