Searched refs:NotOp (Results 1 – 3 of 3) sorted by relevance
1008 SDValue NotOp; in performXORCombine() local1011 NotOp = Op1; in performXORCombine()1013 NotOp = Op0; in performXORCombine()1017 if (NotOp->getOpcode() == ISD::OR) in performXORCombine()1018 return DAG.getNode(MipsISD::VNOR, SDLoc(N), Ty, NotOp->getOperand(0), in performXORCombine()1019 NotOp->getOperand(1)); in performXORCombine()
2829 Value *NotOp = Op0 == B->getOperand(0) ? B->getOperand(1) : in visitOr() local2831 Value *Not = Builder.CreateNot(NotOp, NotOp->getName() + ".not"); in visitOr()
50239 SDValue NotOp = V->getOperand(0); in combineExtractSubvector() local50240 return peekThroughBitcasts(NotOp).getOpcode() == ISD::CONCAT_VECTORS; in combineExtractSubvector()