Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Val1

2631     Constant *Val0, *Val1;
2636 ParseGlobalTypeAndValue(Val1) ||
2644 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices);
2651 Constant *Val0, *Val1;
2657 ParseGlobalTypeAndValue(Val1) ||
2661 if (Val0->getType() != Val1->getType())
2669 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1);
2675 ID.ConstantVal = ConstantExpr::getICmp(Pred, Val0, Val1);
2701 Constant *Val0, *Val1;
2721 ParseGlobalTypeAndValue(Val1) ||
2724 if (Val0->getType() != Val1->getType())
2761 Constant *C = ConstantExpr::get(Opc, Val0, Val1, Flags);
2772 Constant *Val0, *Val1;
2777 ParseGlobalTypeAndValue(Val1) ||
2780 if (Val0->getType() != Val1->getType())
2785 ID.ConstantVal = ConstantExpr::get(Opc, Val0, Val1);
4553 Value *Val0, *Val1; LocTy Loc0, Loc1;
4558 ParseTypeAndValue(Val1, Loc1, PFS) ||
4567 Inst = InsertValueInst::Create(Val0, Val1, Indices);