Searched refs:FromMask (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12606 // and fill in FromMask and ToMask with (consecutive) bits in "from" to be extracted and
12608 static SDValue ParseBFI(SDNode *N, APInt &ToMask, APInt &FromMask) { argument
12613 FromMask = APInt::getLowBitsSet(ToMask.getBitWidth(), ToMask.countPopulation());
12621 FromMask <<= Shift.getLimitedValue(31);
12640 APInt ToMask, FromMask; local
12641 SDValue From = ParseBFI(N, ToMask, FromMask);
12666 BitsProperlyConcatenate(FromMask, NewFromMask))
12669 BitsProperlyConcatenate(NewFromMask, FromMask))

Completed in 173 milliseconds