Home
last modified time | relevance | path

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

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