Searched refs:OtherOpcode (Results 1 – 3 of 3) sorted by relevance
48 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local49 if (OtherOpcode == Instr->Description.getOpcode()) in computeAliasingInstructions()51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
2209 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local2219 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
4020 unsigned OtherOpcode = 0; in useDivRem() local4022 OtherOpcode = isSigned ? ISD::SREM : ISD::UREM; in useDivRem()4026 OtherOpcode = isSigned ? ISD::SDIV : ISD::UDIV; in useDivRem()4027 if (TLI.isOperationLegalOrCustom(OtherOpcode, VT)) in useDivRem()4044 if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) && in useDivRem()4048 if (UserOpc == OtherOpcode) { in useDivRem()