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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.h98 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
H A DValueList.cpp99 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, Type *Ty) { function in class:BitcodeReaderValueList
H A DBitcodeReader.cpp2440 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
2446 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
2451 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
2527 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
2540 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
2541 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
2574 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
2607 Elts.push_back(ValueList.getConstantFwdRef(Record[OpNum++], ElTy));
2639 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
2641 ValueList.getConstantFwdRef(Recor
[all...]

Completed in 114 milliseconds