Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateZExtOrBitCast

3181       StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int32Ty);
3232 Arg1 = Builder.CreateZExtOrBitCast(Arg1, Int32Ty);
3910 StoreVal = Builder.CreateZExtOrBitCast(StoreVal, Int64Ty);
3952 Arg1 = Builder.CreateZExtOrBitCast(Arg1, DataTy);