Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1421 auto MaybeBit = getConstantVRegValWithLookThrough( in tryOptAndIntoCompareBranch() local
1423 if (!MaybeBit) in tryOptAndIntoCompareBranch()
1426 int32_t Bit = MaybeBit->Value.exactLogBase2(); in tryOptAndIntoCompareBranch()