Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp1106 Type *ExpandTy, Type *IntTy, in expandIVInc() argument
1110 if (ExpandTy->isPointerTy()) { in expandIVInc()
1111 PointerType *GEPPtrTy = cast<PointerType>(ExpandTy); in expandIVInc()
1198 Type *ExpandTy, in getAddRecExprPHILiterally() argument
1307 expandCodeForImpl(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally()
1322 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative(); in getAddRecExprPHILiterally()
1339 PHINode *PN = Builder.CreatePHI(ExpandTy, std::distance(HPB, HPE), in getAddRecExprPHILiterally()
1358 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally()
1427 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally() local
1431 DL.isNonIntegralPointerType(STy) ? Normalized->getType() : ExpandTy; in expandAddRecExprLiterally()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h496 const Loop *L, Type *ExpandTy, Type *IntTy,
498 Value *expandIVInc(PHINode *PN, Value *StepV, const Loop *L, Type *ExpandTy,