Home | History | Annotate | Download | only in X86

Lines Matching refs:Cst

992     if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N))
993 if (!FoldOffsetIntoAddress(Cst->getSExtValue(), AM))
2153 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1);
2155 if (!Cst || !ShlCst)
2158 int64_t Val = Cst->getSExtValue();