Searched refs:getFnValueByID (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 628 Value *getFnValueByID(unsigned ID, Type *Ty, Type **FullTy = nullptr) { in getFnValueByID() function in __anon9c8db84c0411::BitcodeReader 663 ResVal = getFnValueByID(ValNo, nullptr, FullTy); in getValueTypePair() 670 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair() 704 return getFnValueByID(ValNo, Ty); in getValue() 715 return getFnValueByID(ValNo, Ty); in getValueSigned() 4436 dyn_cast_or_null<ConstantInt>(getFnValueByID(Record[3+i*2], OpTy)); in parseFunctionBody() 4754 Value *Size = getFnValueByID(Record[2], OpTy); in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 338 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() function in __anonecb5182a0111::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()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 628 Value *getFnValueByID(unsigned ID, Type *Ty, Type **FullTy = nullptr) { in getFnValueByID() function in __anon6307d9380411::BitcodeReader 663 ResVal = getFnValueByID(ValNo, nullptr, FullTy); in getValueTypePair() 670 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair() 704 return getFnValueByID(ValNo, Ty); in getValue() 715 return getFnValueByID(ValNo, Ty); in getValueSigned() 4538 dyn_cast_or_null<ConstantInt>(getFnValueByID(Record[3+i*2], OpTy)); in parseFunctionBody() 4852 Value *Size = getFnValueByID(Record[2], OpTy); in parseFunctionBody()
|