Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp669 unsigned TypeNo = (unsigned)Record[Slot++]; in getValueTypePair() local
670 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair()
672 *FullTy = getFullyStructuredTypeByID(TypeNo); in getValueTypePair()