Home | History | Annotate | Download | only in X86

Lines Matching refs:CN

789           *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1))) {
790 unsigned Val = CN->getZExtValue();
829 *CN = dyn_cast<ConstantSDNode>(N.getNode()->getOperand(1)))
830 if (CN->getZExtValue() == 3 || CN->getZExtValue() == 5 ||
831 CN->getZExtValue() == 9) {
832 AM.Scale = unsigned(CN->getZExtValue())-1;
845 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue();
970 ConstantSDNode *CN = cast<ConstantSDNode>(N.getOperand(1));
974 !FoldOffsetIntoAddress(CN->getSExtValue(), AM))
1364 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val);
1365 if (CN && CN->getSExtValue() == (int32_t)CN->getSExtValue()) {
1367 int64_t CNVal = CN->getSExtValue();
1592 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val);
1593 if (CN && (int32_t)CN->getSExtValue() == CN->getSExtValue()) {
1595 Val = CurDAG->getTargetConstant(CN->getSExtValue(), NVT);