Home | History | Annotate | Download | only in X86

Lines Matching refs:Cst

958     if (ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N))
959 if (!FoldOffsetIntoAddress(Cst->getSExtValue(), AM))
2111 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1);
2113 if (!Cst || !ShlCst)
2116 int64_t Val = Cst->getSExtValue();
2624 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N4);
2625 if (!Cst)
2628 uint64_t Imm = Cst->getZExtValue();
2665 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N2);
2666 if (!Cst)
2669 uint64_t Imm = Cst->getZExtValue();