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

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp796 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode());
797 if (!CountNode)
800 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63;
834 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); local
835 if (!CountNode)
838 uint64_t Count = CountNode->getZExtValue();
861 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); local
862 if (!CountNode)
865 uint64_t Count = CountNode->getZExtValue();

Completed in 97 milliseconds