Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h79 unsigned MinWidthCastToRecurTy) in RecurrenceDescriptor() argument
83 MinWidthCastToRecurrenceType(MinWidthCastToRecurTy) { in RecurrenceDescriptor()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp142 unsigned &MinWidthCastToRecurTy) { in collectCastInstrs() argument
147 MinWidthCastToRecurTy = -1U; in collectCastInstrs()
165 MinWidthCastToRecurTy = std::min<unsigned>( in collectCastInstrs()
166 MinWidthCastToRecurTy, Cast->getSrcTy()->getScalarSizeInBits()); in collectCastInstrs()