Home
last modified time | relevance | path

Searched refs:NotOp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1008 SDValue NotOp; in performXORCombine() local
1011 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2829 Value *NotOp = Op0 == B->getOperand(0) ? B->getOperand(1) : in visitOr() local
2831 Value *Not = Builder.CreateNot(NotOp, NotOp->getName() + ".not"); in visitOr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50239 SDValue NotOp = V->getOperand(0); in combineExtractSubvector() local
50240 return peekThroughBitcasts(NotOp).getOpcode() == ISD::CONCAT_VECTORS; in combineExtractSubvector()