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