Searched refs:RotatedImm (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp360 uint64_t RotatedImm = (UImm << 32) | (UImm >> 32); local
361 uint64_t ReplicateChunk = ZeroChunk | (RotatedImm & ShiftedMask);
H A DAArch64ISelLowering.cpp1129 uint64_t RotatedImm = local
1132 uint64_t Sum = RotatedImm + NonDemandedBits;

Completed in 306 milliseconds