Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp917 Type *widestType; in unifySubscriptType() local
934 widestType = SrcTy; in unifySubscriptType()
938 widestType = DstTy; in unifySubscriptType()
959 Pair->Src = SE->getSignExtendExpr(Src, widestType); in unifySubscriptType()
962 Pair->Dst = SE->getSignExtendExpr(Dst, widestType); in unifySubscriptType()