Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp84 unsigned MaxLegalDivRemBitWidth = TLI.getMaxDivRemBitWidthSupported(); in runImpl() local
86 MaxLegalDivRemBitWidth = ExpandDivRemBits; in runImpl()
88 if (MaxLegalDivRemBitWidth >= llvm::IntegerType::MAX_INT_BITS) in runImpl()
102 if (!IntTy || IntTy->getIntegerBitWidth() <= MaxLegalDivRemBitWidth) in runImpl()