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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1931 /// BitsToBeInserted, suitable for use in a BFI instruction. Roughly speaking,
1934 static bool isBitfieldDstMask(uint64_t DstMask, const APInt &BitsToBeInserted, argument
1941 APInt SignificantBitsToBeInserted = BitsToBeInserted.zextOrTrunc(BitWidth);
2431 APInt BitsToBeInserted = local
2434 if ((BitsToBeInserted & ~Known.Zero) != 0)
2440 isBitfieldDstMask(Imm, BitsToBeInserted, NumberOfIgnoredHighBits, VT))

Completed in 155 milliseconds