Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1018 auto GetExtend = [this, SignExt](const SCEV *S, Type *Ty) { in cloneArithmeticIVUser() local
1027 WideRHS = GetExtend(NarrowRHS, WideType); in cloneArithmeticIVUser()
1030 WideLHS = GetExtend(NarrowLHS, WideType); in cloneArithmeticIVUser()