Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp365 Value *NegOp0 = negate(I->getOperand(0), IsNSW, Depth + 1); in visitImpl() local
366 if (!NegOp0) // Early return. in visitImpl()
371 return Builder.CreateShuffleVector(NegOp0, NegOp1, Shuf->getShuffleMask(), in visitImpl()
406 if (Value *NegOp0 = negate(I->getOperand(0), IsNSW, Depth + 1)) in visitImpl() local
407 return Builder.CreateShl(NegOp0, I->getOperand(1), I->getName() + ".neg", in visitImpl()
480 } else if (Value *NegOp0 = negate(Ops[0], /* IsNSW */ false, Depth + 1)) { in visitImpl() local
481 NegatedOp = NegOp0; in visitImpl()
H A DInstCombineMulDivRem.cpp267 if (Value *NegOp0 = in visitMul() local
271 I, Builder.CreateMul(NegOp0, ConstantExpr::getNeg(Op1C), "", in visitMul()
368 if (Value *NegOp0 = Negator::Negate(false, /*IsNSW*/ false, Op0, *this)) in visitMul() local
369 return BinaryOperator::CreateMul(NegOp0, X); in visitMul()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52714 if (SDValue NegOp0 = isFNEG(DAG, Op.getOperand(0).getNode(), Depth + 1)) in isFNEG() local
52715 if (NegOp0.getValueType() == VT) // FIXME: Can we do better? in isFNEG()
52716 return DAG.getVectorShuffle(VT, SDLoc(Op), NegOp0, DAG.getUNDEF(VT), in isFNEG()
52929 if (SDValue NegOp0 = in getNegatedExpression() local
52932 return DAG.getNode(Opc, SDLoc(Op), VT, NegOp0); in getNegatedExpression()