Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp393 Type *BitcodeReader::getTypeByID(unsigned ID) { in getTypeByID() function in BitcodeReader
613 ResultTy = getTypeByID(Record[0]); in ParseTypeTableBody()
625 if (Type *T = getTypeByID(Record[i])) in ParseTypeTableBody()
631 ResultTy = getTypeByID(Record[2]); in ParseTypeTableBody()
643 if (Type *T = getTypeByID(Record[i])) in ParseTypeTableBody()
676 if (Type *T = getTypeByID(Record[i])) in ParseTypeTableBody()
708 if ((ResultTy = getTypeByID(Record[1]))) in ParseTypeTableBody()
716 if ((ResultTy = getTypeByID(Record[1]))) in ParseTypeTableBody()
1104 Type *Ty = getTypeByID(Record[i]); in ParseMetadata()
1376 Type *OpTy = getTypeByID(Record[1]); in ParseConstants()
[all …]
DBitcodeReader.h213 Type *getTypeByID(unsigned ID);
247 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp337 Type *getTypeByID(unsigned ID);
376 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair()
1259 Type *BitcodeReader::getTypeByID(unsigned ID) { in getTypeByID() function in BitcodeReader
1683 ResultTy = getTypeByID(Record[0]); in parseTypeTableBody()
1697 if (Type *T = getTypeByID(Record[i])) in parseTypeTableBody()
1703 ResultTy = getTypeByID(Record[2]); in parseTypeTableBody()
1716 if (Type *T = getTypeByID(Record[i])) { in parseTypeTableBody()
1725 ResultTy = getTypeByID(Record[1]); in parseTypeTableBody()
1737 if (Type *T = getTypeByID(Record[i])) in parseTypeTableBody()
1770 if (Type *T = getTypeByID(Record[i])) in parseTypeTableBody()
[all …]