Home | History | Annotate | Download | only in ARM

Lines Matching refs:c0

7738       ConstantSDNode *C0 = dyn_cast<ConstantSDNode>(ExtVec0->getOperand(1));
7742 if (!C0 || !C1 || C0->getZExtValue() != nextIndex
9070 integerPart c0 = 0;
9083 c0 = (I == 0) ? cN : c0;
9084 if (!isPowerOf2_64(cN) || c0 != cN || Log2_64(c0) < 1 || Log2_64(c0) > 32)
9087 C = c0;