Searched refs:IVWidth (Results 1 – 2 of 2) sorted by relevance
1624 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare() local1625 assert(CastWidth <= IVWidth && "Unexpected width while widening compare."); in widenLoopCompare()1631 if (CastWidth < IVWidth) { in widenLoopCompare()1886 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenIVUse() local1887 if (CastWidth < IVWidth) { in widenIVUse()
14718 uint64_t IVWidth = Context.getTypeSize(IVTy); in ActOnOpenMPReverseDirective() local14793 auto *Zero = IntegerLiteral::Create(Context, llvm::APInt::getZero(IVWidth), in ActOnOpenMPReverseDirective()14824 auto *One = IntegerLiteral::Create(Context, llvm::APInt(IVWidth, 1), IVTy, in ActOnOpenMPReverseDirective()