Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:CN

1111           if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val.getNode()))
1112 if (isInt<9>(CN->getSExtValue())) {
1138 if (ConstantSDNode *CN =
1140 if (isInt<9>(CN->getSExtValue())) {
1265 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(N);
1266 APFloat APF = CN->getValueAPF();
1548 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
1549 if (isInt<13>(CN->getSExtValue()))