Lines Matching refs:FullV
4523 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, &*IP); in Expand() local
4525 Ops.push_back(SE.getUnknown(FullV)); in Expand()
4539 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, &*IP); in Expand() local
4541 Ops.push_back(SE.getUnknown(FullV)); in Expand()
4549 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, &*IP); in Expand() local
4551 Ops.push_back(SE.getUnknown(FullV)); in Expand()
4585 Value *FullV = Rewriter.expandCodeFor(FullS, Ty, &*IP); in Expand() local
4624 return FullV; in Expand()
4684 Value *FullV = Expand(LF, F, BB->getTerminator()->getIterator(), in RewriteForPHI() local
4689 if (FullV->getType() != OpTy) in RewriteForPHI()
4690 FullV = in RewriteForPHI()
4691 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI()
4693 FullV, LF.OperandValToReplace->getType(), in RewriteForPHI()
4696 PN->setIncomingValue(i, FullV); in RewriteForPHI()
4697 Pair.first->second = FullV; in RewriteForPHI()
4714 Value *FullV = in Rewrite() local
4719 if (FullV->getType() != OpTy) { in Rewrite()
4721 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
4722 FullV, OpTy, "tmp", LF.UserInst); in Rewrite()
4723 FullV = Cast; in Rewrite()
4732 LF.UserInst->setOperand(0, FullV); in Rewrite()
4734 LF.UserInst->replaceUsesOfWith(LF.OperandValToReplace, FullV); in Rewrite()