Lines Matching refs:getConstantFwdRef
295 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx,
1279 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1285 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1290 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1366 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
1367 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
1400 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1415 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
1435 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
1437 ValueList.getConstantFwdRef(Record[1],CurTy),
1438 ValueList.getConstantFwdRef(Record[2],CurTy));
1449 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy);
1455 Op1 = ValueList.getConstantFwdRef(Record[3], IdxTy);
1457 Op1 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context));
1468 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy);
1469 Constant *Op1 = ValueList.getConstantFwdRef(Record[1],
1476 Op2 = ValueList.getConstantFwdRef(Record[3], IdxTy);
1478 Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context));
1488 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy);
1489 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy);
1492 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy);
1502 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy);
1503 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy);
1506 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy);
1516 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy);
1517 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy);
1582 dyn_cast_or_null<Function>(ValueList.getConstantFwdRef(Record[1],FnTy));