Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp838 bool IsWordAligned = false; in simplifyCode() local
843 IsWordAligned = true; in simplifyCode()
847 IsWordAligned = true; in simplifyCode()
866 if (!IsWordAligned && (Opc == PPC::LWA || Opc == PPC::LWA_32)) in simplifyCode()