Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1964 return MaxLargeFPConvertBitWidthSupported; in getMaxLargeFPConvertBitWidthSupported()
2556 MaxLargeFPConvertBitWidthSupported = SizeInBits; in setMaxLargeFPConvertBitWidthSupported()
3280 unsigned MaxLargeFPConvertBitWidthSupported; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp731 MaxLargeFPConvertBitWidthSupported = llvm::IntegerType::MAX_INT_BITS; in TargetLoweringBase()