Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp827 Type *widestType; in unifySubscriptType() local
844 widestType = SrcTy; in unifySubscriptType()
848 widestType = DstTy; in unifySubscriptType()
869 Pair->Src = SE->getSignExtendExpr(Src, widestType); in unifySubscriptType()
872 Pair->Dst = SE->getSignExtendExpr(Dst, widestType); in unifySubscriptType()