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.cpp474 Value *NegatedOp, *OtherOp; in visitImpl() local
478 NegatedOp = NegOp1; in visitImpl()
481 NegatedOp = NegOp0; in visitImpl()
486 return Builder.CreateMul(NegatedOp, OtherOp, I->getName() + ".neg", in visitImpl()
H A DInstCombineCalls.cpp2426 Value *OpNotNeg, *NegatedOp; in visitCallInst() local
2429 NegatedOp = Op0; in visitCallInst()
2433 NegatedOp = Op1; in visitCallInst()
2441 if (!NegatedOp->hasOneUse()) in visitCallInst()
2446 VectorType *NegatedOpTy = cast<VectorType>(NegatedOp->getType()); in visitCallInst()