Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2133 APInt SignificantBitsToBeInserted = BitsToBeInserted.zextOrTrunc(BitWidth); in isBitfieldDstMask() local
2135 return (SignificantDstMask & SignificantBitsToBeInserted) == 0 && in isBitfieldDstMask()
2136 (SignificantDstMask | SignificantBitsToBeInserted).isAllOnesValue(); in isBitfieldDstMask()