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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp263 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, function in class:BitcodeReaderValueList
1045 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1051 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1056 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1131 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
1132 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
1163 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1175 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
1185 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
1187 ValueList.getConstantFwdRef(Recor
[all...]
H A DBitcodeReader.h79 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);

Completed in 79 milliseconds