Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1624 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenLoopCompare() local
1625 assert(CastWidth <= IVWidth && "Unexpected width while widening compare."); in widenLoopCompare()
1631 if (CastWidth < IVWidth) { in widenLoopCompare()
1886 unsigned IVWidth = SE->getTypeSizeInBits(WideType); in widenIVUse() local
1887 if (CastWidth < IVWidth) { in widenIVUse()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14718 uint64_t IVWidth = Context.getTypeSize(IVTy); in ActOnOpenMPReverseDirective() local
14793 auto *Zero = IntegerLiteral::Create(Context, llvm::APInt::getZero(IVWidth), in ActOnOpenMPReverseDirective()
14824 auto *One = IntegerLiteral::Create(Context, llvm::APInt(IVWidth, 1), IVTy, in ActOnOpenMPReverseDirective()