Home | History | Annotate | Download | only in X86

Lines Matching defs:Cst

1130     if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N))
1131 if (!foldOffsetIntoAddress(Cst->getSExtValue(), AM))
2046 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1);
2048 if (!Cst || !ShlCst)
2051 int64_t Val = Cst->getSExtValue();