Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp817 Type *widestType; in unifySubscriptType() local
834 widestType = SrcTy; in unifySubscriptType()
838 widestType = DstTy; in unifySubscriptType()
859 Pair->Src = SE->getSignExtendExpr(Src, widestType); in unifySubscriptType()
862 Pair->Dst = SE->getSignExtendExpr(Dst, widestType); in unifySubscriptType()