Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2055 return MaxLargeFPConvertBitWidthSupported; in getMaxLargeFPConvertBitWidthSupported()
2652 MaxLargeFPConvertBitWidthSupported = SizeInBits; in setMaxLargeFPConvertBitWidthSupported()
3421 unsigned MaxLargeFPConvertBitWidthSupported; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp761 MaxLargeFPConvertBitWidthSupported = llvm::IntegerType::MAX_INT_BITS; in TargetLoweringBase()