Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:CST

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