Lines Matching defs:Val0
4258 Constant *Val0, *Val1;
4271 parseGlobalTypeAndValue(Val0) ||
4276 if (Val0->getType() != Val1->getType())
4279 if (!Val0->getType()->isIntOrIntVectorTy())
4285 ID.ConstantVal = ConstantExpr::get(Opc, Val0, Val1, Flags);
8543 Value *Val0, *Val1; LocTy Loc0, Loc1;
8546 if (parseTypeAndValue(Val0, Loc0, PFS) ||
8552 if (!Val0->getType()->isAggregateType())
8555 Type *IndexedType = ExtractValueInst::getIndexedType(Val0->getType(), Indices);
8562 Inst = InsertValueInst::Create(Val0, Val1, Indices);