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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1046 SDValue NotOp; local
1049 NotOp = Op1;
1051 NotOp = Op0;
1055 if (NotOp->getOpcode() == ISD::OR)
1056 return DAG.getNode(MipsISD::VNOR, SDLoc(N), Ty, NotOp->getOperand(0),
1057 NotOp->getOperand(1));
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2130 Value *NotOp = Op0 == B->getOperand(0) ? B->getOperand(1) : local
2132 Value *Not = Builder->CreateNot(NotOp, NotOp->getName()+".not");
2241 if (Value *NotOp = dyn_castNotVal(&I)) {
2242 if (BinaryOperator *Op0I = dyn_cast<BinaryOperator>(NotOp)) {

Completed in 77 milliseconds