Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp754 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG() local
755 if (!CountNode) in expandRxSBG()
758 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
792 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG() local
793 if (!CountNode) in expandRxSBG()
796 uint64_t Count = CountNode->getZExtValue(); in expandRxSBG()
819 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG() local
820 if (!CountNode) in expandRxSBG()
823 uint64_t Count = CountNode->getZExtValue(); in expandRxSBG()