Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp780 Type *widestType; in unifySubscriptType() local
797 widestType = SrcTy; in unifySubscriptType()
801 widestType = DstTy; in unifySubscriptType()
822 Pair->Src = SE->getSignExtendExpr(Src, widestType); in unifySubscriptType()
825 Pair->Dst = SE->getSignExtendExpr(Dst, widestType); in unifySubscriptType()