Home | History | Annotate | Download | only in codegen

Lines Matching refs:isSignedIntType

4073       dstTy = isSignedIntType(dstTy) ? TYPE_S32 : TYPE_U32;