Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp200 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, in getConstantFwdRef() function in BitcodeReaderValueList
1255 Elts.push_back(ValueList.getConstantFwdRef(Record[i], in ParseConstants()
1261 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in ParseConstants()
1266 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in ParseConstants()
1308 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in ParseConstants()
1309 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in ParseConstants()
1340 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants()
1352 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy)); in ParseConstants()
1364 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0], in ParseConstants()
1366 ValueList.getConstantFwdRef(Record[1],CurTy), in ParseConstants()
[all …]
DBitcodeReader.h79 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);