Home | History | Annotate | Download | only in IR

Lines Matching refs:CreateZExtOrBitCast

1166   Value *CreateZExtOrBitCast(Value *V, Type *DestTy,
1171 return Insert(Folder.CreateZExtOrBitCast(VC, DestTy), Name);
1172 return Insert(CastInst::CreateZExtOrBitCast(V, DestTy), Name);