Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:CST

11010     ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op);
11011 if (!CST) return; // Must be an immediate to match.
11013 int64_t Value = CST->getSExtValue();