Searched refs:FullV (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 4598 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, IP); in Expand() local 4600 Ops.push_back(SE.getUnknown(FullV)); in Expand() 4614 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, IP); in Expand() local 4616 Ops.push_back(SE.getUnknown(FullV)); in Expand() 4624 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, IP); in Expand() local 4626 Ops.push_back(SE.getUnknown(FullV)); in Expand() 4660 Value *FullV = Rewriter.expandCodeFor(FullS, Ty, IP); in Expand() local 4699 return FullV; in Expand() 4761 Value *FullV = Expand(LF, F, BB->getTerminator(), Rewriter, DeadInsts); in RewriteForPHI() local 4765 if (FullV->getType() != OpTy) in RewriteForPHI() [all …]
|