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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h800 inline static bool isAnyMOVZMovAlias(uint64_t Value, int RegWidth) { function in namespace:llvm
821 if (isAnyMOVZMovAlias(Value, RegWidth))
832 if (isAnyMOVZMovAlias(Value, RegWidth))
840 return isAnyMOVZMovAlias(Value, RegWidth);

Completed in 81 milliseconds