Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Struct

368         // Create a simple add instruction, and insert it into the struct.
376 Constant *Struct = ConstantStruct::get(ST, V);
377 return InsertValueInst::Create(Struct, Add, 0);
382 // Create a simple add instruction, and insert it into the struct.
390 Constant *Struct = ConstantStruct::get(ST, V);
391 return InsertValueInst::Create(Struct, Add, 0);
417 Constant *Struct =
419 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);
438 Constant *Struct =
440 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);
469 Constant *Struct = ConstantStruct::get(cast<StructType>(II->getType()),V);
470 return InsertValueInst::Create(Struct, Mul, 0);
498 Constant *Struct =
500 return InsertValueInst::Create(Struct, II->getArgOperand(0), 0);