Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp352 Value *NegOp1 = negate(I->getOperand(1), IsNSW, Depth + 1); in visitImpl() local
368 Value *NegOp1 = negate(I->getOperand(1), IsNSW, Depth + 1); in visitImpl() local
477 if (Value *NegOp1 = negate(Ops[1], /* IsNSW */ false, Depth + 1)) { in visitImpl() local
H A DInstCombineAddSub.cpp2198 if (Value *NegOp1 = Negator::Negate(IsNegation, /* IsNSW */ IsNegation && in visitSub() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8098 SDValue NegOp1 = DAG.getNode(ISD::SUB, DL, ShVT, Zero, Op1); in expandROT() local
H A DDAGCombiner.cpp8239 SDValue NegOp1 = Neg.getOperand(1); in matchRotateSub() local