Searched refs:FullV (Results 1 – 2 of 2) sorted by relevance
5726 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), nullptr); in Expand() local5728 Ops.push_back(SE.getUnknown(FullV)); in Expand()5742 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), IntTy); in Expand() local5744 Ops.push_back(SE.getUnknown(FullV)); in Expand()5752 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty); in Expand() local5754 Ops.push_back(SE.getUnknown(FullV)); in Expand()5793 Value *FullV = Rewriter.expandCodeFor(FullS, Ty); in Expand() local5834 return FullV; in Expand()5899 Value *FullV = in RewriteForPHI() local5904 if (FullV->getType() != OpTy) in RewriteForPHI()[all …]
5980 auto areTypesHalfed = [](Value *FullV, Value *HalfV) { in areExtractShuffleVectors() argument5981 auto *FullTy = FullV->getType(); in areExtractShuffleVectors()5987 auto extractHalf = [](Value *FullV, Value *HalfV) { in areExtractShuffleVectors() argument5988 auto *FullVT = cast<FixedVectorType>(FullV->getType()); in areExtractShuffleVectors()