Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Parser/
DAttributeParser.cpp311 static Optional<APFloat> buildHexadecimalFloatLiteral(Parser *p, FloatType type, in buildHexadecimalFloatLiteral() function
400 buildHexadecimalFloatLiteral(this, floatType, *val); in parseDecOrHexAttr()
638 Optional<APFloat> apVal = buildHexadecimalFloatLiteral(&p, eltTy, *val); in getFloatAttrElements()