Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TypePromoteInteger

1046       ValueTypeActions.setTypeAction(IVT, TypePromoteInteger);
1083 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger);
1104 case TypePromoteInteger: {
1117 ValueTypeActions.setTypeAction(VT, TypePromoteInteger);
1214 if (NumElts != 1 && (TA == TypeWidenVector || TA == TypePromoteInteger)) {