Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1231 auto GetExtend = [this, SignExt](const SCEV *S, Type *Ty) { in cloneArithmeticIVUser() local
1240 WideRHS = GetExtend(NarrowRHS, WideType); in cloneArithmeticIVUser()
1243 WideLHS = GetExtend(NarrowLHS, WideType); in cloneArithmeticIVUser()