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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.h252 /// GetVal - Get a value with the specified name or ID, creating a
255 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc);
256 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc);
H A DLLParser.cpp1696 /// GetVal - Get a value with the specified name or ID, creating a
1699 Value *LLParser::PerFunctionState::GetVal(const std::string &Name,
1741 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty,
1845 return cast_or_null<BasicBlock>(GetVal(Name,
1850 return cast_or_null<BasicBlock>(GetVal(ID,
2446 V = PFS->GetVal(ID.UIntVal, Ty, ID.Loc);
2450 V = PFS->GetVal(ID.StrVal, Ty, ID.Loc);
/external/llvm/lib/AsmParser/
H A DLLParser.h335 /// GetVal - Get a value with the specified name or ID, creating a
338 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc);
339 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc);
H A DLLParser.cpp2484 /// GetVal - Get a value with the specified name or ID, creating a
2487 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, Type *Ty,
2529 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, LocTy Loc) {
2634 return dyn_cast_or_null<BasicBlock>(GetVal(Name,
2639 return dyn_cast_or_null<BasicBlock>(GetVal(ID,
4389 V = PFS->GetVal(ID.UIntVal, Ty, ID.Loc);
4393 V = PFS->GetVal(ID.StrVal, Ty, ID.Loc);
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c978 cmsBool GetVal(cmsIT8* it8, char* Buffer, cmsUInt32Number max, const char* ErrorTitle) function
1891 if (!GetVal(it8, Buffer, 255, "Sample data expected"))
1936 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE;
1944 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE;
1965 if (!GetVal(it8, Buffer, MAXSTR-1, "Property data expected")) return FALSE;
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp174 static UInt32 GetVal(UInt32 &res, unsigned numBits) function in class:CBenchRandomGenerator
183 UInt32 len = GetVal(r, 2);
184 return GetVal(r, 1 + len);
211 if (GetVal(r, 1) == 0 || pos < 1024)
218 if (GetVal(r, 3) != 0)
236 UInt32 ppp = GetVal(r, numLogBits) + kAddBits;
240 rep0 = GetVal(r, ppp);

Completed in 162 milliseconds