Searched refs:SInt (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.h | 157 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {} in Arg() 165 SIntMax SInt; member
|
D | ubsan_diag.cc | 193 if (A.SInt >= INT64_MIN && A.SInt <= INT64_MAX) in RenderText() 194 Buffer->append("%lld", (long long)A.SInt); in RenderText() 196 RenderHex(Buffer, A.SInt); in RenderText()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 150 HANDLE_CAST_INST(38, FPToSI , FPToSIInst ) // floating point -> SInt 152 HANDLE_CAST_INST(40, SIToFP , SIToFPInst ) // SInt -> floating point
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.def | 169 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt 171 HANDLE_CAST_INST(42, SIToFP , SIToFPInst ) // SInt -> floating point
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 165 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt 167 HANDLE_CAST_INST(42, SIToFP , SIToFPInst ) // SInt -> floating point
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 165 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt 167 HANDLE_CAST_INST(42, SIToFP , SIToFPInst ) // SInt -> floating point
|