Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1653 auto MaybeBit = getIConstantVRegValWithLookThrough( in tryOptAndIntoCompareBranch() local
1655 if (!MaybeBit) in tryOptAndIntoCompareBranch()
1658 int32_t Bit = MaybeBit->Value.exactLogBase2(); in tryOptAndIntoCompareBranch()