Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp978 Type *ExpandTy, Type *IntTy, in expandIVInc() argument
982 if (ExpandTy->isPointerTy()) { in expandIVInc()
983 PointerType *GEPPtrTy = cast<PointerType>(ExpandTy); in expandIVInc()
1087 Type *ExpandTy, in getAddRecExprPHILiterally() argument
1188 expandCodeFor(Normalized->getStart(), ExpandTy, &L->getHeader()->front()); in getAddRecExprPHILiterally()
1201 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1217 PHINode *PN = Builder.CreatePHI(ExpandTy, std::distance(HPB, HPE), in getAddRecExprPHILiterally()
1237 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally()
1306 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally() local
1311 PHINode *PN = getAddRecExprPHILiterally(Normalized, L, ExpandTy, IntTy, in expandAddRecExprLiterally()
[all …]
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h360 Type *ExpandTy,
365 Type *ExpandTy, Type *IntTy, bool useSubtract);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp938 Type *ExpandTy, in getAddRecExprPHILiterally() argument
988 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally()
1002 bool isPointer = ExpandTy->isPointerTy(); in getAddRecExprPHILiterally()
1012 PHINode *PN = Builder.CreatePHI(ExpandTy, std::distance(HPB, HPE), in getAddRecExprPHILiterally()
1035 PointerType *GEPPtrTy = cast<PointerType>(ExpandTy); in getAddRecExprPHILiterally()
1111 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally() local
1112 PHINode *PN = getAddRecExprPHILiterally(Normalized, L, ExpandTy, IntTy); in expandAddRecExprLiterally()
1143 if (PointerType *PTy = dyn_cast<PointerType>(ExpandTy)) { in expandAddRecExprLiterally()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h245 Type *ExpandTy,