Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CreateBitCast

1013     SrcVal = Builder.CreateBitCast(SrcVal, IntegerType::get(Ctx, StoreSize*8));
1064 PtrVal = Builder.CreateBitCast(PtrVal, DestPTy);