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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h262 Type *ExpandTy,
267 Type *ExpandTy, Type *IntTy, bool useSubtract);
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp992 Type *ExpandTy, Type *IntTy,
996 if (ExpandTy->isPointerTy()) {
997 PointerType *GEPPtrTy = cast<PointerType>(ExpandTy);
1072 Type *ExpandTy,
1171 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy,
1185 bool useSubtract = !ExpandTy->isPointerTy() && Step->isNonConstantNegative();
1195 PHINode *PN = Builder.CreatePHI(ExpandTy, std::distance(HPB, HPE),
1215 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract);
1277 Type *ExpandTy = PostLoopScale ? IntTy : STy; local
1282 PHINode *PN = getAddRecExprPHILiterally(Normalized, L, ExpandTy, IntT
991 expandIVInc(PHINode *PN, Value *StepV, const Loop *L, Type *ExpandTy, Type *IntTy, bool useSubtract) argument
1070 getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, const Loop *L, Type *ExpandTy, Type *IntTy, Type *&TruncTy, bool &InvertStep) argument
[all...]

Completed in 73 milliseconds