Home | History | Annotate | Download | only in ARM

Lines Matching defs:NC

946   if (ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N)) {
947 if (NC->getZExtValue() * 8 == LdSt->getMemoryVT().getSizeInBits())
974 ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N);
975 if (!NC || !NC->isNullValue())