Searched refs:ShiftNode (Results 1 – 2 of 2) sorted by relevance
1816 SDNode *ShiftNode; in getLeftShift() local1819 ShiftNode = CurDAG->getMachineNode( in getLeftShift()1827 ShiftNode = CurDAG->getMachineNode( in getLeftShift()1832 return SDValue(ShiftNode, 0); in getLeftShift()
22268 ConstantSDNode *ShiftNode = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in PerformAndCombine() local22269 if (MaskNode && ShiftNode) { in PerformAndCombine()22271 uint64_t Shift = ShiftNode->getZExtValue(); in PerformAndCombine()