Searched refs:ExtOpA (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 955 SDValue ExtOpA = Add.getOperand(0); in combineShiftToAVG() local 961 ExtOpA = Op2; in combineShiftToAVG() 967 ExtOpA = Op1; in combineShiftToAVG() 973 ExtOpA = Op1; in combineShiftToAVG() 980 (ExtOpA.getOpcode() == ISD::ADD && in combineShiftToAVG() 981 MatchOperands(ExtOpA.getOperand(0), ExtOpA.getOperand(1), ExtOpB)) || in combineShiftToAVG() 983 MatchOperands(ExtOpB.getOperand(0), ExtOpB.getOperand(1), ExtOpA)); in combineShiftToAVG() 994 unsigned NumSignedA = DAG.ComputeNumSignBits(ExtOpA, DemandedElts, Depth); in combineShiftToAVG() 998 DAG.computeKnownBits(ExtOpA, DemandedElts, Depth).countMinLeadingZeros(); in combineShiftToAVG() 1051 DAG.getNode(AVGOpc, DL, NVT, DAG.getNode(ISD::TRUNCATE, DL, NVT, ExtOpA), in combineShiftToAVG()
|