Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1877 Type *PtrArithTy = PointerType::get(Ctx, CG->AddressSpace); in expandBounds() local
1927 Start = Exp.expandCodeFor(Low, PtrArithTy, Loc); in expandBounds()
1928 End = Exp.expandCodeFor(High, PtrArithTy, Loc); in expandBounds()