Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:C0

2430     ConstantSDNode *C0 = dyn_cast<ConstantSDNode>(V0);
2434 if (!C0 || !C1)
2439 if (isInt<8>(C0->getSExtValue()) ||
2565 SDValue C0 = DAG.getConstant(0, dl, MVT::i64);
2570 SDValue V = C0;