Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp60 unsigned MaxLegalDivRemBitWidth = TLI.getMaxDivRemBitWidthSupported(); in runImpl() local
62 MaxLegalDivRemBitWidth = ExpandDivRemBits; in runImpl()
64 if (MaxLegalDivRemBitWidth >= llvm::IntegerType::MAX_INT_BITS) in runImpl()
75 if (!IntTy || IntTy->getIntegerBitWidth() <= MaxLegalDivRemBitWidth) in runImpl()