Searched refs:IVWidth (Results 1 – 2 of 2) sorted by relevance
1625 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare() local1626 assert(CastWidth <= IVWidth && "Unexpected width while widening compare."); in widenLoopCompare()1632 if (CastWidth < IVWidth) { in widenLoopCompare()1896 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenIVUse() local1897 if (CastWidth < IVWidth) { in widenIVUse()
15161 uint64_t IVWidth = Context.getTypeSize(IVTy); in ActOnOpenMPReverseDirective() local15236 auto *Zero = IntegerLiteral::Create(Context, llvm::APInt::getZero(IVWidth), in ActOnOpenMPReverseDirective()15267 auto *One = IntegerLiteral::Create(Context, llvm::APInt(IVWidth, 1), IVTy, in ActOnOpenMPReverseDirective()