Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateZExt

898         Val = CGF.Builder.CreateZExt(Val, DestIntTy, "coerce.val.ii");
3189 V = Builder.CreateZExt(V, ArgInfo.getCoerceToType());