Searched refs:NegatedOp (Results 1 – 2 of 2) sorted by relevance
474 Value *NegatedOp, *OtherOp; in visitImpl() local478 NegatedOp = NegOp1; in visitImpl()481 NegatedOp = NegOp0; in visitImpl()486 return Builder.CreateMul(NegatedOp, OtherOp, I->getName() + ".neg", in visitImpl()
2426 Value *OpNotNeg, *NegatedOp; in visitCallInst() local2429 NegatedOp = Op0; in visitCallInst()2433 NegatedOp = Op1; in visitCallInst()2441 if (!NegatedOp->hasOneUse()) in visitCallInst()2446 VectorType *NegatedOpTy = cast<VectorType>(NegatedOp->getType()); in visitCallInst()