Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp297 uint64_t MaximalImm1 = maximalLogicalImmWithin(RotatedBits, RotatedBits); in decomposeIntoOrrOfLogicalImmediates() local
300 uint64_t RemainingBits = RotatedBits & ~MaximalImm1; in decomposeIntoOrrOfLogicalImmediates()
311 return std::make_pair(rotl(MaximalImm1, InitialTrailingOnes), in decomposeIntoOrrOfLogicalImmediates()