Searched refs:parseIRConstant (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp455 bool parseIRConstant(StringRef::iterator Loc, StringRef StringValue,
457 bool parseIRConstant(StringRef::iterator Loc, const Constant *&C);
1872 static bool parseIRConstant(StringRef::iterator Loc, StringRef StringValue, function
1884 bool MIParser::parseIRConstant(StringRef::iterator Loc, StringRef StringValue, function in class:MIParser
1886 return ::parseIRConstant(
1893 bool MIParser::parseIRConstant(StringRef::iterator Loc, const Constant *&C) {
1894 if (parseIRConstant(Loc, StringRef(Loc, Token.range().end() - Loc), C))
2024 if (parseIRConstant(Loc, C))
2037 if (parseIRConstant(Loc, C))
3127 if (parseIRConstant(Toke
[all...]

Completed in 103 milliseconds