• Home
  • Raw
  • Download

Lines Matching refs:getConstantFwdRef

97   Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
969 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx,
2971 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
2977 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
2982 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
3058 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
3059 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
3092 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
3109 Elts.push_back(ValueList.getConstantFwdRef(Record[OpNum++], ElTy));
3141 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Record[0],
3143 ValueList.getConstantFwdRef(Record[1],CurTy),
3144 ValueList.getConstantFwdRef(Record[2],CurTy));
3155 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy);
3161 Op1 = ValueList.getConstantFwdRef(Record[3], IdxTy);
3163 Op1 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context));
3174 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy);
3175 Constant *Op1 = ValueList.getConstantFwdRef(Record[1],
3182 Op2 = ValueList.getConstantFwdRef(Record[3], IdxTy);
3184 Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context));
3194 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy);
3195 Constant *Op1 = ValueList.getConstantFwdRef(Record[1], OpTy);
3198 Constant *Op2 = ValueList.getConstantFwdRef(Record[2], ShufTy);
3208 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy);
3209 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy);
3212 Constant *Op2 = ValueList.getConstantFwdRef(Record[3], ShufTy);
3222 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy);
3223 Constant *Op1 = ValueList.getConstantFwdRef(Record[2], OpTy);
3288 dyn_cast_or_null<Function>(ValueList.getConstantFwdRef(Record[1],FnTy));