Searched defs:UImm (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp44 static bool tryToreplicateChunks(uint64_t UImm, argument
152 static bool trySequenceOfOnes(uint64_t UImm, argument
328 uint64_t UImm = Imm << (64 - BitSize) >> (64 - BitSize); local
[all...]
H A DAArch64InstrInfo.cpp713 uint64_t UImm = Imm << (64 - BitSize) >> (64 - BitSize); local

Completed in 175 milliseconds