Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1549 auto MaybeBit = getIConstantVRegValWithLookThrough( in tryOptAndIntoCompareBranch() local
1551 if (!MaybeBit) in tryOptAndIntoCompareBranch()
1554 int32_t Bit = MaybeBit->Value.exactLogBase2(); in tryOptAndIntoCompareBranch()