Home
last modified time | relevance | path

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/
DValueList.h98 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
DBitcodeReader.cpp2440 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 …]
DValueList.cpp99 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, Type *Ty) { in getConstantFwdRef() function in BitcodeReaderValueList