Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:CST

8694     ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op);
8695 if (!CST) return; // Must be an immediate to match.
8696 unsigned Value = CST->getZExtValue();