Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1645 Type *PtrArithTy = Type::getInt8PtrTy(Ctx, AS); in expandBounds() local
1649 Start = Exp.expandCodeFor(CG->Low, PtrArithTy, Loc); in expandBounds()
1650 End = Exp.expandCodeFor(CG->High, PtrArithTy, Loc); in expandBounds()