Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp987 bool IsWordAligned = false; in simplifyCode() local
993 IsWordAligned = true; in simplifyCode()
997 IsWordAligned = true; in simplifyCode()
1016 if (!IsWordAligned && (Opc == PPC::LWA || Opc == PPC::LWA_32)) in simplifyCode()