Searched refs:SInt (Results 1 – 3 of 3) sorted by relevance
157 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {} in Arg()165 SIntMax SInt; member
202 if (A.SInt >= INT64_MIN && A.SInt <= INT64_MAX) in renderText()203 Printf("%lld", (long long)A.SInt); in renderText()205 PrintHex(A.SInt); in renderText()
165 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt167 HANDLE_CAST_INST(42, SIToFP , SIToFPInst ) // SInt -> floating point