Searched defs:NegOp1 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 352 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 D | InstCombineAddSub.cpp | 2198 if (Value *NegOp1 = Negator::Negate(IsNegation, /* IsNSW */ IsNegation && in visitSub() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 8098 SDValue NegOp1 = DAG.getNode(ISD::SUB, DL, ShVT, Zero, Op1); in expandROT() local
|
H A D | DAGCombiner.cpp | 8239 SDValue NegOp1 = Neg.getOperand(1); in matchRotateSub() local
|