Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp359 uint64_t RotatedImm = (UImm << 32) | (UImm >> 32); in expandMOVImm() local
360 uint64_t ReplicateChunk = ZeroChunk | (RotatedImm & ShiftedMask); in expandMOVImm()
H A DAArch64ISelLowering.cpp1648 uint64_t RotatedImm = in optimizeLogicalImm() local
1651 uint64_t Sum = RotatedImm + NonDemandedBits; in optimizeLogicalImm()