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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp629 Value *getFnValueByID(unsigned ID, Type *Ty, Type **FullTy = nullptr) { function in class:__anon3411::BitcodeReader
664 ResVal = getFnValueByID(ValNo, nullptr, FullTy);
671 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo));
705 return getFnValueByID(ValNo, Ty);
716 return getFnValueByID(ValNo, Ty);
4508 dyn_cast_or_null<ConstantInt>(getFnValueByID(Record[3+i*2], OpTy));
4826 Value *Size = getFnValueByID(Record[2], OpTy);

Completed in 73 milliseconds