Searched defs:isUnsignedCast (Results 1 – 3 of 3) sorted by relevance
240 Type toType, bool isUnsignedCast) { in convertScalarToDtype() argument
162 const bool isUnsignedCast = srcIntTp ? srcIntTp.isUnsigned() : false; in genCast() local
558 cast(Type toType,Value operand,bool isUnsignedCast) cast() argument