Searched refs:NegatedOp (Results 1 – 2 of 2) sorted by relevance
473 Value *NegatedOp, *OtherOp; in visitImpl() local477 NegatedOp = NegOp1; in visitImpl()480 NegatedOp = NegOp0; in visitImpl()485 return Builder.CreateMul(NegatedOp, OtherOp, I->getName() + ".neg", in visitImpl()
2714 Value *OpNotNeg, *NegatedOp; in visitCallInst() local2717 NegatedOp = Op0; in visitCallInst()2721 NegatedOp = Op1; in visitCallInst()2729 if (!NegatedOp->hasOneUse()) in visitCallInst()2734 VectorType *NegatedOpTy = cast<VectorType>(NegatedOp->getType()); in visitCallInst()