Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp1443 auto MaybeBit = getConstantVRegValWithLookThrough( in tryOptAndIntoCompareBranch() local
1445 if (!MaybeBit || !isPowerOf2_64(MaybeBit->Value)) in tryOptAndIntoCompareBranch()
1448 uint64_t Bit = Log2_64(static_cast<uint64_t>(MaybeBit->Value)); in tryOptAndIntoCompareBranch()