Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp2156 Type *PtrArithTy = Type::getInt8PtrTy(Ctx, AS); in expandBounds() local
2165 ? Exp.expandCodeFor(Sc, PtrArithTy, Loc) in expandBounds()
2168 const SCEV *ScPlusOne = SE->getAddExpr(Sc, SE->getOne(PtrArithTy)); in expandBounds()
2169 Value *NewPtrPlusOne = Exp.expandCodeFor(ScPlusOne, PtrArithTy, Loc); in expandBounds()
2174 Start = Exp.expandCodeFor(CG->Low, PtrArithTy, Loc); in expandBounds()
2175 End = Exp.expandCodeFor(CG->High, PtrArithTy, Loc); in expandBounds()
/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()