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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2156 Type *PtrArithTy = Type::getInt8PtrTy(Ctx, AS); local
2165 ? Exp.expandCodeFor(Sc, PtrArithTy, Loc)
2168 const SCEV *ScPlusOne = SE->getAddExpr(Sc, SE->getOne(PtrArithTy));
2169 Value *NewPtrPlusOne = Exp.expandCodeFor(ScPlusOne, PtrArithTy, Loc);
2174 Start = Exp.expandCodeFor(CG->Low, PtrArithTy, Loc);
2175 End = Exp.expandCodeFor(CG->High, PtrArithTy, Loc);

Completed in 103 milliseconds