Searched refs:FullV (Results 1 – 2 of 2) sorted by relevance
5754 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), nullptr); in Expand() local5756 Ops.push_back(SE.getUnknown(FullV)); in Expand()5770 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), IntTy); in Expand() local5772 Ops.push_back(SE.getUnknown(FullV)); in Expand()5780 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty); in Expand() local5782 Ops.push_back(SE.getUnknown(FullV)); in Expand()5821 Value *FullV = Rewriter.expandCodeFor(FullS, Ty); in Expand() local5862 return FullV; in Expand()5933 Value *FullV = in RewriteForPHI() local5938 if (FullV->getType() != OpTy) in RewriteForPHI()[all …]
15884 auto areTypesHalfed = [](Value *FullV, Value *HalfV) { in areExtractShuffleVectors() argument15885 auto *FullTy = FullV->getType(); in areExtractShuffleVectors()15891 auto extractHalf = [](Value *FullV, Value *HalfV) { in areExtractShuffleVectors() argument15892 auto *FullVT = cast<FixedVectorType>(FullV->getType()); in areExtractShuffleVectors()