Home
last modified time | relevance | path

Searched defs:NegOp1 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp300 Value *NegOp1 = negate(I->getOperand(1), Depth + 1); in visitImpl() local
316 Value *NegOp1 = negate(I->getOperand(1), Depth + 1); in visitImpl() local
422 if (Value *NegOp1 = negate(Ops[1], Depth + 1)) { in visitImpl() local
H A DInstCombineAddSub.cpp1782 if (Value *NegOp1 = Negator::Negate(IsNegation, Op1, *this)) in visitSub() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6583 SDValue NegOp1 = DAG.getNode(ISD::SUB, DL, ShVT, Zero, Op1); in expandROT() local
H A DDAGCombiner.cpp6742 SDValue NegOp1 = Neg.getOperand(1); in matchRotateSub() local