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

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

Completed in 95 milliseconds