| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/ |
| H A D | multiway-paths-covered.cpp | 9 int SInt : 1; member 106 switch (Bf.SInt) { in bad_switch() 112 switch (Bf.SInt) { in bad_switch()
|
| H A D | signed-bitwise.cpp | 121 int SInt = 0; in unary_bitwise() local 127 f1(~SInt); in unary_bitwise() 133 f2(~SInt); in unary_bitwise()
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.h | 165 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {} in Arg() 173 SIntMax SInt; member
|
| H A D | ubsan_diag.cpp | 201 if (A.SInt >= INT64_MIN && A.SInt <= INT64_MAX) in RenderText() 202 Buffer->append("%lld", (long long)A.SInt); in RenderText() 204 RenderHex(Buffer, A.SInt); in RenderText()
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | ScalarTest.cpp | 76 EXPECT_EQ((int)val, Scalar(val).SInt()); in CheckConversion() 190 EXPECT_EQ((signed int)a, a_scalar.SInt()); in TEST() 210 EXPECT_EQ(std::numeric_limits<int>::min(), Scalar(-1e11f).SInt()); in TEST() 211 EXPECT_EQ(std::numeric_limits<int>::max(), Scalar(1e11f).SInt()); in TEST()
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 148 SInt, enumerator 192 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() 194 bool isSigned() const { return Kind == SInt; } in isSigned() 219 Kind = SInt; in makeSigned() 224 Kind = Sign ? SInt : UInt; in makeInteger() 230 Kind = SInt; in makeImmediate() 728 T.Kind = SInt; in fromTypedefName() 793 Kind = SInt; in applyTypespec() 867 Kind = SInt; in applyModifiers() 915 Kind = SInt; in applyModifiers()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 72 #define SInt(x) ((int64_t)x) macro 564 llvm::Optional<int64_t> signed_sum = llvm::checkedAdd(SInt(x), SInt(y)); in AddWithCarry() 567 overflow |= !llvm::checkedAdd(*signed_sum, SInt(carry_in)); in AddWithCarry()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 188 HANDLE_CAST_INST(42, FPToSI , FPToSIInst ) // floating point -> SInt 190 HANDLE_CAST_INST(44, SIToFP , SIToFPInst ) // SInt -> floating point
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.cpp | 581 offset_scalar.SInt()); in fill() 583 {ConstString(name), ivar_type, size, offset_scalar.SInt()}); in fill()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Scalar.h | 153 int SInt(int fail_value = 0) const;
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Scalar.cpp | 318 int Scalar::SInt(int fail_value) const { return GetAs<int>(fail_value); } in SInt() function in Scalar
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 7469 SDValue SInt; in expandFP_TO_UINT() local 7473 SInt = DAG.getNode(ISD::STRICT_FP_TO_SINT, dl, { DstVT, MVT::Other }, in expandFP_TO_UINT() 7475 Chain = SInt.getValue(1); in expandFP_TO_UINT() 7478 SInt = DAG.getNode(ISD::FP_TO_SINT, dl, DstVT, Val); in expandFP_TO_UINT() 7480 Result = DAG.getNode(ISD::XOR, dl, DstVT, SInt, IntOfs); in expandFP_TO_UINT()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 1471 operand1 = SInt(R[n]); // operand1 = UInt(R[n]) produces the same final results in EmulateMUL() 1472 operand2 = SInt(R[m]); // operand2 = UInt(R[m]) produces the same final results in EmulateMUL()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8218 SDValue SInt = DAG.getNode(ISD::STRICT_FP_TO_SINT, dl, in LowerFP_TO_INT() local 8221 Chain = SInt.getValue(1); in LowerFP_TO_INT() 8224 SDValue Result = DAG.getNode(ISD::XOR, dl, DstVT, SInt, IntOfs); in LowerFP_TO_INT()
|