Lines Matching defs:Val0
4334 Constant *Val0, *Val1;
4347 parseGlobalTypeAndValue(Val0) ||
4352 if (Val0->getType() != Val1->getType())
4355 if (!Val0->getType()->isIntOrIntVectorTy())
4361 ID.ConstantVal = ConstantExpr::get(Opc, Val0, Val1, Flags);
8645 Value *Val0, *Val1; LocTy Loc0, Loc1;
8648 if (parseTypeAndValue(Val0, Loc0, PFS) ||
8654 if (!Val0->getType()->isAggregateType())
8657 Type *IndexedType = ExtractValueInst::getIndexedType(Val0->getType(), Indices);
8664 Inst = InsertValueInst::Create(Val0, Val1, Indices);