Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp573 unsigned MaxLegalFpConvertBitWidth = in runImpl() local
576 MaxLegalFpConvertBitWidth = ExpandFpConvertBits; in runImpl()
578 if (MaxLegalFpConvertBitWidth >= llvm::IntegerType::MAX_INT_BITS) in runImpl()
590 if (IntTy->getIntegerBitWidth() <= MaxLegalFpConvertBitWidth) in runImpl()
604 if (IntTy->getIntegerBitWidth() <= MaxLegalFpConvertBitWidth) in runImpl()