Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp850 Type *ExpandTy, in getAddRecExprPHILiterally() argument
925 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally()
939 bool isPointer = ExpandTy->isPointerTy(); in getAddRecExprPHILiterally()
949 PHINode *PN = Builder.CreatePHI(ExpandTy, std::distance(HPB, HPE), in getAddRecExprPHILiterally()
972 PointerType *GEPPtrTy = cast<PointerType>(ExpandTy); in getAddRecExprPHILiterally()
1048 Type *ExpandTy = PostLoopScale ? IntTy : STy; in expandAddRecExprLiterally() local
1049 PHINode *PN = getAddRecExprPHILiterally(Normalized, L, ExpandTy, IntTy); in expandAddRecExprLiterally()
1072 if (PointerType *PTy = dyn_cast<PointerType>(ExpandTy)) { in expandAddRecExprLiterally()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h214 Type *ExpandTy,