Lines Matching defs:EltBits
8335 unsigned EltBits = VT.getScalarSizeInBits();
8344 if (matchRotateSub(InnerPos, InnerNeg, EltBits, DAG, /*IsRotate*/ N0 == N1)) {
8352 if (PosOpcode == ISD::FSHL && isPowerOf2_32(EltBits)) {
8363 IsBinOpImm(InnerNeg, ISD::XOR, EltBits - 1) &&
8372 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) &&
8382 IsBinOpImm(InnerPos, ISD::XOR, EltBits - 1) &&
28029 /// transform: LogBase2(V) = (EltBits - 1) - ctlz(V).