Home | History | Annotate | Download | only in IR

Lines Matching defs:BitCastInst

430       Result = new BitCastInst
437 Result = new BitCastInst(MCall, AllocPtrType, Name);
499 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertBefore);
503 PtrCast = new BitCastInst(Source, IntPtrTy, "", InsertAtEnd);
2341 case BitCast: return new BitCastInst (S, Ty, Name, InsertBefore);
2362 case BitCast: return new BitCastInst (S, Ty, Name, InsertAtEnd);
2926 BitCastInst::BitCastInst(
2932 BitCastInst::BitCastInst(
3576 BitCastInst *BitCastInst::clone_impl() const {
3577 return new BitCastInst(getOperand(0), getType());