Home | History | Annotate | Download | only in AsmParser

Lines Matching full:getval

2026 /// GetVal - Get a value with the specified name or ID, creating a
2029 Value *LLParser::PerFunctionState::GetVal(const std::string &Name,
2071 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty,
2175 return cast_or_null<BasicBlock>(GetVal(Name,
2180 return cast_or_null<BasicBlock>(GetVal(ID,
2781 V = PFS->GetVal(ID.UIntVal, Ty, ID.Loc);
2785 V = PFS->GetVal(ID.StrVal, Ty, ID.Loc);