Searched refs:FullV (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 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() [all …]
|