Lines Matching refs:Val1
3996 Constant *Val0, *Val1; in parseValID() local
4002 parseGlobalTypeAndValue(Val1) || in parseValID()
4006 if (Val0->getType() != Val1->getType()) in parseValID()
4014 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in parseValID()
4020 ID.ConstantVal = ConstantExpr::getICmp(Pred, Val0, Val1); in parseValID()
4035 Constant *Val0, *Val1; in parseValID() local
4050 parseGlobalTypeAndValue(Val1) || in parseValID()
4053 if (Val0->getType() != Val1->getType()) in parseValID()
4062 ID.ConstantVal = ConstantExpr::get(Opc, Val0, Val1, Flags); in parseValID()
8084 Value *Val0, *Val1; LocTy Loc0, Loc1; in parseInsertValue() local
8089 parseTypeAndValue(Val1, Loc1, PFS) || in parseInsertValue()
8099 if (IndexedType != Val1->getType()) in parseInsertValue()
8101 getTypeString(Val1->getType()) + "' instead of '" + in parseInsertValue()
8103 Inst = InsertValueInst::Create(Val0, Val1, Indices); in parseInsertValue()