Searched refs:GEPPtrTy (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1035 PointerType *GEPPtrTy = cast<PointerType>(ExpandTy); in getAddRecExprPHILiterally() local 1039 GEPPtrTy = PointerType::get(Type::getInt1Ty(SE.getContext()), in getAddRecExprPHILiterally() 1040 GEPPtrTy->getAddressSpace()); in getAddRecExprPHILiterally() 1042 IncV = expandAddToGEP(StepArray, StepArray+1, GEPPtrTy, IntTy, PN); in getAddRecExprPHILiterally()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 983 PointerType *GEPPtrTy = cast<PointerType>(ExpandTy); in expandIVInc() local 987 GEPPtrTy = PointerType::get(Type::getInt1Ty(SE.getContext()), in expandIVInc() 988 GEPPtrTy->getAddressSpace()); in expandIVInc() 990 IncV = expandAddToGEP(StepArray, StepArray+1, GEPPtrTy, IntTy, PN); in expandIVInc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1039 PointerType *GEPPtrTy = cast<PointerType>(ExpandTy); in expandIVInc() local 1043 GEPPtrTy = PointerType::get(Type::getInt1Ty(SE.getContext()), in expandIVInc() 1044 GEPPtrTy->getAddressSpace()); in expandIVInc() 1045 IncV = expandAddToGEP(SE.getSCEV(StepV), GEPPtrTy, IntTy, PN); in expandIVInc()
|