Home | History | Annotate | Download | only in IR

Lines Matching refs:BitCastInst

430 BitCastInst(MCall, AllocPtrType, Name, InsertBefore);
437 Result = new BitCastInst(MCall, AllocPtrType, Name);
499 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertBefore);
503 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertAtEnd);
2391 case BitCast: return new BitCastInst (S, Ty, Name, InsertBefore);
2413 case BitCast: return new BitCastInst (S, Ty, Name, InsertAtEnd);
3028 BitCastInst::BitCastInst(
3034 BitCastInst::BitCastInst(
3669 BitCastInst *BitCastInst::clone_impl() const {
3670 return new BitCastInst(getOperand(0), getType());