Home | History | Annotate | Download | only in XCore

Lines Matching defs:CN

100     ConstantSDNode *CN = 0;
102 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
103 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
106 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
121 ConstantSDNode *CN = 0;
123 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
124 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
127 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
142 ConstantSDNode *CN = 0;
144 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
145 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
148 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);