Home | History | Annotate | Download | only in X86

Lines Matching defs:CN

1024           *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1))) {
1025 unsigned Val = CN->getZExtValue();
1091 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1)))
1092 if (CN->getZExtValue() == 3 || CN->getZExtValue() == 5 ||
1093 CN->getZExtValue() == 9) {
1094 AM.Scale = unsigned(CN->getZExtValue())-1;
1107 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue();
1224 ConstantSDNode *CN = cast<ConstantSDNode>(N.getOperand(1));
1228 !FoldOffsetIntoAddress(CN->getSExtValue(), AM))
1386 if (const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N)) {
1387 uint64_t ImmVal = CN->getZExtValue();
1711 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val)) {
1712 int64_t CNVal = CN->getSExtValue();