Home | History | Annotate | Download | only in X86

Lines Matching refs:CN

999           *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1))) {
1000 unsigned Val = CN->getZExtValue();
1066 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1)))
1067 if (CN->getZExtValue() == 3 || CN->getZExtValue() == 5 ||
1068 CN->getZExtValue() == 9) {
1069 AM.Scale = unsigned(CN->getZExtValue())-1;
1082 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue();
1199 ConstantSDNode *CN = cast<ConstantSDNode>(N.getOperand(1));
1203 !FoldOffsetIntoAddress(CN->getSExtValue(), AM))
1506 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val);
1507 if (CN && CN->getSExtValue() == (int32_t)CN->getSExtValue()) {
1509 int64_t CNVal = CN->getSExtValue();
1734 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val);
1735 if (CN && (int32_t)CN->getSExtValue() == CN->getSExtValue()) {
1737 Val = CurDAG->getTargetConstant(CN->getSExtValue(), NVT);