Searched refs:isSignedIntType (Results 1 – 6 of 6) sorted by relevance
119 DataType sTy = typeOfSize(4, false, isSignedIntType(dTy)); in handleMAXMIN()217 DataType hdTy = typeOfSize(4, isFloatType(dTy), isSignedIntType(dTy)); in handleSLCT()245 DataType sTy = typeOfSize(4, isFloatType(dTy), isSignedIntType(dTy)); in handleLogOp()
127 static inline bool isSignedIntType(DataType ty) in isSignedIntType() function
1131 if (isSignedIntType(dType)) in emitCVT()1133 if (isSignedIntType(i->sType)) in emitCVT()1180 if (isSignedIntType(i->sType)) in emitSET()
1104 if (isSignedIntType(dType)) in emitCVT()1106 if (isSignedIntType(i->sType)) in emitCVT()
4003 dstTy = isSignedIntType(dstTy) ? TYPE_S32 : TYPE_U32; in handleInstruction()
241 DataType type = isSignedIntType(lo->dType) ? TYPE_S32 : TYPE_U32; in handleShift()