Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:SN

1110     ConstantSDNode *SN = dyn_cast<ConstantSDNode>(S.getOperand(1).getNode());
1111 if (SN == nullptr)
1113 if (SN->getAPIntValue().getBitWidth() != 32)
1115 uint32_t CV = SN->getZExtValue();