Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Elem

1719       Value *Elem = Builder->CreateBitCast(Src, DestVTy->getElementType());
1720 return InsertElementInst::Create(UndefValue::get(DestTy), Elem,
1751 Value *Elem =
1754 return CastInst::Create(Instruction::BitCast, Elem, DestTy);