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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h476 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS);
477 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { function in class:llvm::LLParser
478 return ParseTypeAndValue(V, &PFS);
480 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { function in class:llvm::LLParser
482 return ParseTypeAndValue(V, PFS);
H A DLLParser.cpp5406 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) {
5416 if (ParseTypeAndValue(V, PFS)) return true;
6053 if (ParseTypeAndValue(Op0, Loc, PFS)) return true;
6082 if (ParseTypeAndValue(Cond, CondLoc, PFS) ||
6098 if (ParseTypeAndValue(Constant, CondLoc, PFS) ||
6126 if (ParseTypeAndValue(Address, AddrLoc, PFS) ||
6261 if (ParseTypeAndValue(Exn, ExnLoc, PFS))
6457 if (ParseTypeAndValue(LHS, Loc, PFS))
6597 if (ParseTypeAndValue(LHS, Loc, PFS) ||
6617 if (ParseTypeAndValue(LH
[all...]

Completed in 232 milliseconds