Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:CN

1015           if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Val.getNode()))
1016 if (isInt<9>(CN->getSExtValue())) {
1042 if (ConstantSDNode *CN =
1044 if (isInt<9>(CN->getSExtValue())) {
1168 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(N);
1169 APFloat APF = CN->getValueAPF();
1451 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
1452 if (isInt<13>(CN->getSExtValue()))