Searched refs:getConstantFwdRef (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | ValueList.h | 98 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
|
D | BitcodeReader.cpp | 2440 Elts.push_back(ValueList.getConstantFwdRef(Record[i], in parseConstants() 2446 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in parseConstants() 2451 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy)); in parseConstants() 2527 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in parseConstants() 2540 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy); in parseConstants() 2541 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy); in parseConstants() 2574 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in parseConstants() 2607 Elts.push_back(ValueList.getConstantFwdRef(Record[OpNum++], ElTy)); in parseConstants() 2639 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0], in parseConstants() 2641 ValueList.getConstantFwdRef(Record[1],CurTy), in parseConstants() [all …]
|
D | ValueList.cpp | 99 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, Type *Ty) { in getConstantFwdRef() function in BitcodeReaderValueList
|