Home
last modified time | relevance | path

Searched refs:SignificantBitsToBeInserted (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2167 APInt SignificantBitsToBeInserted = BitsToBeInserted.zextOrTrunc(BitWidth); in isBitfieldDstMask() local
2169 return (SignificantDstMask & SignificantBitsToBeInserted) == 0 && in isBitfieldDstMask()
2170 (SignificantDstMask | SignificantBitsToBeInserted).isAllOnesValue(); in isBitfieldDstMask()