reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2400 isOpcWithIntImmediate(And1.getNode(), ISD::AND, Mask1Imm) && 2401 APInt(BitWidth, Mask0Imm) == ~APInt(BitWidth, Mask1Imm) && 2402 (isShiftedMask(Mask0Imm, VT) || isShiftedMask(Mask1Imm, VT))) { 2409 std::swap(Mask0Imm, Mask1Imm); 2414 unsigned LSB = countTrailingZeros(Mask1Imm);