Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp598 unsigned MaxLegalFpConvertBitWidth = in runImpl() local
601 MaxLegalFpConvertBitWidth = ExpandFpConvertBits; in runImpl()
603 if (MaxLegalFpConvertBitWidth >= llvm::IntegerType::MAX_INT_BITS) in runImpl()
615 if (IntTy->getIntegerBitWidth() <= MaxLegalFpConvertBitWidth) in runImpl()
633 if (IntTy->getIntegerBitWidth() <= MaxLegalFpConvertBitWidth) in runImpl()