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

/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp246 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, function in class:BitcodeReaderValueList
1078 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1084 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1089 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1174 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
1175 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
1206 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1218 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
1228 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
1230 ValueList.getConstantFwdRef(Recor
[all...]

Completed in 72 milliseconds