Searched refs:NotOp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2321 Value *NotOp = Op0 == B->getOperand(0) ? B->getOperand(1) : local
2323 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not");
2468 if (Value *NotOp = dyn_castNotVal(&I)) {
2469 if (BinaryOperator *Op0I = dyn_cast<BinaryOperator>(NotOp)) {
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1050 SDValue NotOp; local
1053 NotOp = Op1;
1055 NotOp = Op0;
1059 if (NotOp->getOpcode() == ISD::OR)
1060 return DAG.getNode(MipsISD::VNOR, SDLoc(N), Ty, NotOp->getOperand(0),
1061 NotOp->getOperand(1));

Completed in 58 milliseconds