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

/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp295 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, function in class:BitcodeReaderValueList
1279 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1285 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1290 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1366 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
1367 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
1400 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1415 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
1435 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
1437 ValueList.getConstantFwdRef(Recor
[all...]

Completed in 822 milliseconds