Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1581 auto MaybeBit = getIConstantVRegValWithLookThrough( in tryOptAndIntoCompareBranch() local
1583 if (!MaybeBit) in tryOptAndIntoCompareBranch()
1586 int32_t Bit = MaybeBit->Value.exactLogBase2(); in tryOptAndIntoCompareBranch()