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