Searched refs:FullV (Results 1 – 2 of 2) sorted by relevance
5388 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), nullptr); in Expand() local5390 Ops.push_back(SE.getUnknown(FullV)); in Expand()5404 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), IntTy); in Expand() local5406 Ops.push_back(SE.getUnknown(FullV)); in Expand()5414 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty); in Expand() local5416 Ops.push_back(SE.getUnknown(FullV)); in Expand()5450 Value *FullV = Rewriter.expandCodeFor(FullS, Ty); in Expand() local5490 return FullV; in Expand()5553 Value *FullV = in RewriteForPHI() local5558 if (FullV->getType() != OpTy) in RewriteForPHI()[all …]
13747 auto areTypesHalfed = [](Value *FullV, Value *HalfV) { in areExtractShuffleVectors() argument13748 auto *FullTy = FullV->getType(); in areExtractShuffleVectors()13754 auto extractHalf = [](Value *FullV, Value *HalfV) { in areExtractShuffleVectors() argument13755 auto *FullVT = cast<FixedVectorType>(FullV->getType()); in areExtractShuffleVectors()