Searched refs:NotOp (Results 1 – 3 of 3) sorted by relevance
999 SDValue NotOp; in performXORCombine() local1002 NotOp = Op1; in performXORCombine()1004 NotOp = Op0; in performXORCombine()1008 if (NotOp->getOpcode() == ISD::OR) in performXORCombine()1009 return DAG.getNode(MipsISD::VNOR, SDLoc(N), Ty, NotOp->getOperand(0), in performXORCombine()1010 NotOp->getOperand(1)); in performXORCombine()
2373 Value *NotOp = Op0 == B->getOperand(0) ? B->getOperand(1) : in visitOr() local2375 Value *Not = Builder.CreateNot(NotOp, NotOp->getName() + ".not"); in visitOr()
41362 SDValue NotOp = V->getOperand(0); in combineExtractSubvector() local41363 return peekThroughBitcasts(NotOp).getOpcode() == ISD::CONCAT_VECTORS; in combineExtractSubvector()