Home
last modified time | relevance | path

Searched refs:NegatedOp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp473 Value *NegatedOp, *OtherOp; in visitImpl() local
477 NegatedOp = NegOp1; in visitImpl()
480 NegatedOp = NegOp0; in visitImpl()
485 return Builder.CreateMul(NegatedOp, OtherOp, I->getName() + ".neg", in visitImpl()
H A DInstCombineCalls.cpp2714 Value *OpNotNeg, *NegatedOp; in visitCallInst() local
2717 NegatedOp = Op0; in visitCallInst()
2721 NegatedOp = Op1; in visitCallInst()
2729 if (!NegatedOp->hasOneUse()) in visitCallInst()
2734 VectorType *NegatedOpTy = cast<VectorType>(NegatedOp->getType()); in visitCallInst()