Home | History | Annotate | Download | only in X86

Lines Matching defs:Cst

1351     if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N))
1352 if (!foldOffsetIntoAddress(Cst->getSExtValue(), AM))
2832 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1);
2834 if (!Cst || !ShlCst)
2837 int64_t Val = Cst->getSExtValue();