Home | History | Annotate | Download | only in XCore

Lines Matching refs:CN

99     ConstantSDNode *CN = 0;
101 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
102 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
105 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
120 ConstantSDNode *CN = 0;
122 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
123 && (CN->getSExtValue() % 4 == 0)) {
126 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
141 ConstantSDNode *CN = 0;
143 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
144 && (CN->getSExtValue() % 4 == 0)) {
147 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);