Searched refs:NotOp (Results 1 – 2 of 2) sorted by relevance
2492 Value *NotOp = Op0 == B->getOperand(0) ? B->getOperand(1) : in visitOr() local2494 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not"); in visitOr()2639 if (Value *NotOp = dyn_castNotVal(&I)) { in visitXor() local2640 if (BinaryOperator *Op0I = dyn_cast<BinaryOperator>(NotOp)) { in visitXor()
1050 SDValue NotOp; in performXORCombine() local1053 NotOp = Op1; in performXORCombine()1055 NotOp = Op0; in performXORCombine()1059 if (NotOp->getOpcode() == ISD::OR) in performXORCombine()1060 return DAG.getNode(MipsISD::VNOR, SDLoc(N), Ty, NotOp->getOperand(0), in performXORCombine()1061 NotOp->getOperand(1)); in performXORCombine()