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
1129 if (isSignedIntType(dType)) in emitCVT()1131 if (isSignedIntType(i->sType)) in emitCVT()1178 if (isSignedIntType(i->sType)) in emitSET()
1102 if (isSignedIntType(dType)) in emitCVT()1104 if (isSignedIntType(i->sType)) in emitCVT()
4064 dstTy = isSignedIntType(dstTy) ? TYPE_S32 : TYPE_U32; in handleInstruction()
241 DataType type = isSignedIntType(lo->dType) ? TYPE_S32 : TYPE_U32; in handleShift()