Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7095 APInt RequredZero(SizeInBits, 0xFE); in checkZExtBool() local
7097 bool ZExtBool = (Bits.Zero & RequredZero) == RequredZero; in checkZExtBool()