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

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1566 APInt SignificantDstMask = APInt(BitWidth, DstMask); local
1569 return (SignificantDstMask & SignificantBitsToBeInserted) == 0 &&
1570 (SignificantDstMask | SignificantBitsToBeInserted).isAllOnesValue();

Completed in 57 milliseconds