Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp999 bool IsWordAligned = false; in simplifyCode() local
1005 IsWordAligned = true; in simplifyCode()
1009 IsWordAligned = true; in simplifyCode()
1028 if (!IsWordAligned && (Opc == PPC::LWA || Opc == PPC::LWA_32)) in simplifyCode()