Home | History | Annotate | Download | only in AArch64

Lines Matching refs:countTrailingOnes

1497   MSB = Srl_imm + (VT == MVT::i32 ? countTrailingOnes<uint32_t>(And_imm)
1498 : countTrailingOnes<uint64_t>(And_imm)) -
1952 MaskWidth = countTrailingOnes(NonZeroBits >> ShiftAmount);