Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp436 uint64_t RotatedImm = rotr<uint64_t>(Imm, Rotation); in tryEorOfLogicalImmediates() local
588 uint64_t RotatedImm = (UImm << 32) | (UImm >> 32); in expandMOVImm() local
H A DAArch64ISelLowering.cpp2196 uint64_t RotatedImm = in optimizeLogicalImm() local