Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching refs:getConstantFwdRef

555 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx,
1634 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1640 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1645 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1687 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
1688 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
1719 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1731 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
1741 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
1743 ValueList.getConstantFwdRef(Record[1],CurTy),
1744 ValueList.getConstantFwdRef(Record[2],CurTy));
1751 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy);
1752 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context));
1760 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy);
1761 Constant *Op1 = ValueList.getConstantFwdRef(Record[1],
1763 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context));
1771 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy);
1772 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy);
1775 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy);
1785 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy);
1786 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy);
1789 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy);
1797 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy);
1798 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy);
1832 dyn_cast_or_null<Function>(ValueList.getConstantFwdRef(Record[1],FnTy));