Home
last modified time | relevance | path

Searched refs:FullV (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5754 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), nullptr); in Expand() local
5756 Ops.push_back(SE.getUnknown(FullV)); in Expand()
5770 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), IntTy); in Expand() local
5772 Ops.push_back(SE.getUnknown(FullV)); in Expand()
5780 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty); in Expand() local
5782 Ops.push_back(SE.getUnknown(FullV)); in Expand()
5821 Value *FullV = Rewriter.expandCodeFor(FullS, Ty); in Expand() local
5862 return FullV; in Expand()
5933 Value *FullV = in RewriteForPHI() local
5938 if (FullV->getType() != OpTy) in RewriteForPHI()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15884 auto areTypesHalfed = [](Value *FullV, Value *HalfV) { in areExtractShuffleVectors() argument
15885 auto *FullTy = FullV->getType(); in areExtractShuffleVectors()
15891 auto extractHalf = [](Value *FullV, Value *HalfV) { in areExtractShuffleVectors() argument
15892 auto *FullVT = cast<FixedVectorType>(FullV->getType()); in areExtractShuffleVectors()