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

/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp258 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, function in class:BitcodeReaderValueList
1121 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1127 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1132 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1207 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
1208 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
1239 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1251 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
1262 ValueList.getConstantFwdRef(Record[0],
1264 ValueList.getConstantFwdRef(Recor
[all...]
H A DBitcodeReader.h79 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);

Completed in 64 milliseconds