Searched refs:InvOpc (Results 1 – 2 of 2) sorted by relevance
271 unsigned InvOpc = in expandLongCondBr() local273 MCInst TmpInst = MCInstBuilder(InvOpc).addReg(SrcReg1).addImm(6); in expandLongCondBr()278 unsigned InvOpc = getInvertedBranchOp(Opcode); in expandLongCondBr() local280 MCInstBuilder(InvOpc).addReg(SrcReg1).addReg(SrcReg2).addImm(8); in expandLongCondBr()
16889 unsigned InvOpc = in PerformDAGCombine() local16898 return DAG.getNode(InvOpc, SDLoc(N), N->getValueType(0), Val, NewCond); in PerformDAGCombine()16907 return DAG.getNode(CCVal == ISD::SETNE ? Opc : InvOpc, SDLoc(N), in PerformDAGCombine()