Searched refs:IsTrgRegZero (Results 1 – 1 of 1) sorted by relevance
2886 bool IsTrgRegZero = (TrgReg == Mips::ZERO); in expandCondBranches() local2888 if (IsSrcRegZero && IsTrgRegZero) { in expandCondBranches()2931 if (IsSrcRegZero || IsTrgRegZero) { in expandCondBranches()2933 (IsTrgRegZero && PseudoOpcode == Mips::BLTU)) { in expandCondBranches()2941 (IsTrgRegZero && PseudoOpcode == Mips::BGEU)) { in expandCondBranches()