Searched refs:getIndVarType (Results 1 – 2 of 2) sorted by relevance
3738 Type *getIndVarType() const { in getIndVarType() function
4663 AllocaInst *NewLoopCnt = Builder.CreateAlloca(CLI->getIndVarType(), 0, ""); in applyWorkshareLoopTarget()4665 Builder.CreateLoad(CLI->getIndVarType(), NewLoopCnt); in applyWorkshareLoopTarget()5786 Type *IndVarTy = Loop->getIndVarType(); in unrollLoopPartial()