Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp1593 static void printFloatValue(const APFloat &apValue, raw_ostream &os) { in printFloatValue() argument
1598 bool isInf = apValue.isInfinity(); in printFloatValue()
1599 bool isNaN = apValue.isNaN(); in printFloatValue()
1602 apValue.toString(strValue, /*FormatPrecision=*/6, /*FormatMaxPadding=*/0, in printFloatValue()
1615 if (APFloat(apValue.getSemantics(), strValue).bitwiseIsEqual(apValue)) { in printFloatValue()
1623 apValue.toString(strValue); in printFloatValue()
1635 APInt apInt = apValue.bitcastToAPInt(); in printFloatValue()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributes.td631 APInt apValue(IndexType::kInternalStorageBitWidth, value);
632 return $_get(type.getContext(), type, apValue);
636 APInt apValue(intTy.getWidth(), value, intTy.isSignedInteger());
637 return $_get(type.getContext(), type, apValue);