Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp999 SDValue NotOp; in performXORCombine() local
1002 NotOp = Op1; in performXORCombine()
1004 NotOp = Op0; in performXORCombine()
1008 if (NotOp->getOpcode() == ISD::OR) in performXORCombine()
1009 return DAG.getNode(MipsISD::VNOR, SDLoc(N), Ty, NotOp->getOperand(0), in performXORCombine()
1010 NotOp->getOperand(1)); in performXORCombine()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2373 Value *NotOp = Op0 == B->getOperand(0) ? B->getOperand(1) : in visitOr() local
2375 Value *Not = Builder.CreateNot(NotOp, NotOp->getName() + ".not"); in visitOr()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41362 SDValue NotOp = V->getOperand(0); in combineExtractSubvector() local
41363 return peekThroughBitcasts(NotOp).getOpcode() == ISD::CONCAT_VECTORS; in combineExtractSubvector()