Home
last modified time | relevance | path

Searched refs:getFnValueByID (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h215 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() function
240 ResVal = getFnValueByID(ValNo, 0); in getValueTypePair()
247 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair()
254 ResVal = getFnValueByID(ValNo, Ty); in getValue()
DBitcodeReader.cpp2409 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); in ParseFunctionBody()
2421 Value *Cond = getFnValueByID(Record[1], OpTy); in ParseFunctionBody()
2430 dyn_cast_or_null<ConstantInt>(getFnValueByID(Record[3+i*2], OpTy)); in ParseFunctionBody()
2445 Value *Address = getFnValueByID(Record[1], OpTy); in ParseFunctionBody()
2487 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i))); in ParseFunctionBody()
2538 Value *V = getFnValueByID(Record[1+i], Ty); in ParseFunctionBody()
2592 Value *Size = getFnValueByID(Record[2], OpTy); in ParseFunctionBody()
2747 Args.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i))); in ParseFunctionBody()
2776 Value *Op = getFnValueByID(Record[1], OpTy); in ParseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp338 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() function in __anon01c39de90111::BitcodeReader
369 ResVal = getFnValueByID(ValNo, nullptr); in getValueTypePair()
376 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair()
408 return getFnValueByID(ValNo, Ty); in getValue()
419 return getFnValueByID(ValNo, Ty); in getValueSigned()
5051 dyn_cast_or_null<ConstantInt>(getFnValueByID(Record[3+i*2], OpTy)); in parseFunctionBody()
5259 Value *Size = getFnValueByID(Record[2], OpTy); in parseFunctionBody()