Searched refs:parseRealValue (Results 1 – 1 of 1) sorted by relevance
256 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);3057 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() function in AsmParser3103 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()4649 if (parseRealValue(Semantics, AsInt)) in parseDirectiveRealDCB()