Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Struct

370         // Create a simple add instruction, and insert it into the struct.
378 Constant *Struct = ConstantStruct::get(ST, V);
379 return InsertValueInst::Create(Struct, Add, 0);
384 // Create a simple add instruction, and insert it into the struct.
392 Constant *Struct = ConstantStruct::get(ST, V);
393 return InsertValueInst::Create(Struct, Add, 0);
419 Constant *Struct =
421 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);
434 Constant *Struct = ConstantStruct::get(ST, V);
435 return InsertValueInst::Create(Struct, Add, 0);
455 Constant *Struct =
457 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);
486 Constant *Struct = ConstantStruct::get(cast<StructType>(II->getType()),V);
487 return InsertValueInst::Create(Struct, Mul, 0);
515 Constant *Struct =
517 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);