Searched refs:IsLoadInst (Results 1 – 1 of 1) sorted by relevance
4500 bool IsLoadInst = (Inst.getOpcode() == Mips::Ulw); in expandUxw() local4501 bool DoMove = IsLoadInst && (SrcReg == DstReg) && !IsLargeOffset; in expandUxw()4519 unsigned XWL = IsLoadInst ? Mips::LWL : Mips::SWL; in expandUxw()4520 unsigned XWR = IsLoadInst ? Mips::LWR : Mips::SWR; in expandUxw()