Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1242 Type *PtrArithTy = Type::getInt8PtrTy(Ctx, AS); in addRuntimeCheck() local
1244 Value *Start = Exp.expandCodeFor(PtrRtCheck.Starts[i], PtrArithTy, Loc); in addRuntimeCheck()
1245 Value *End = Exp.expandCodeFor(PtrRtCheck.Ends[i], PtrArithTy, Loc); in addRuntimeCheck()