Searched refs:getConstantFwdRef (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 238 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, in getConstantFwdRef() function in BitcodeReaderValueList 1293 Elts.push_back(ValueList.getConstantFwdRef(Record[i], in ParseConstants() 1299 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in ParseConstants() 1304 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in ParseConstants() 1346 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in ParseConstants() 1347 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in ParseConstants() 1378 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants() 1390 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy)); in ParseConstants() 1400 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0], in ParseConstants() 1402 ValueList.getConstantFwdRef(Record[1],CurTy), in ParseConstants() [all …]
|
D | BitcodeReader.h | 79 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 97 Constant *getConstantFwdRef(unsigned Idx, Type *Ty); 969 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, in getConstantFwdRef() function in BitcodeReaderValueList 2971 Elts.push_back(ValueList.getConstantFwdRef(Record[i], in parseConstants() 2977 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in parseConstants() 2982 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in parseConstants() 3058 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in parseConstants() 3059 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in parseConstants() 3092 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in parseConstants() 3109 Elts.push_back(ValueList.getConstantFwdRef(Record[OpNum++], ElTy)); in parseConstants() 3141 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0], in parseConstants() [all …]
|