Searched refs:OrdN (Results 1 – 2 of 2) sorted by relevance
3013 ConstantSDNode *OrdN = cast<ConstantSDNode>(Op.getOperand(1)); in LowerATOMIC_FENCE() local3014 AtomicOrdering Ord = static_cast<AtomicOrdering>(OrdN->getZExtValue()); in LowerATOMIC_FENCE()
3446 ConstantSDNode *OrdN = cast<ConstantSDNode>(Op.getOperand(1)); in LowerATOMIC_FENCE() local3447 AtomicOrdering Ord = static_cast<AtomicOrdering>(OrdN->getZExtValue()); in LowerATOMIC_FENCE()