Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp890 Type *widestType; in unifySubscriptType() local
907 widestType = SrcTy; in unifySubscriptType()
911 widestType = DstTy; in unifySubscriptType()
932 Pair->Src = SE->getSignExtendExpr(Src, widestType); in unifySubscriptType()
935 Pair->Dst = SE->getSignExtendExpr(Dst, widestType); in unifySubscriptType()