Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1958 return MaxDivRemBitWidthSupported; in getMaxDivRemBitWidthSupported()
2550 MaxDivRemBitWidthSupported = SizeInBits; in setMaxDivRemBitWidthSupported()
3276 unsigned MaxDivRemBitWidthSupported; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp729 MaxDivRemBitWidthSupported = 128; in TargetLoweringBase()