Home | History | Annotate | Download | only in X86

Lines Matching defs:Cst

748     if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N))
749 if (!FoldOffsetIntoAddress(Cst->getSExtValue(), AM))
1774 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1);
1776 if (!Cst || !ShlCst)
1779 int64_t Val = Cst->getSExtValue();