Searched refs:Sb (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | target_codegen_global_capture.cpp | 28 static float Sb = 6.0; in foo() local 53 Sb += 1.0; in foo() 65 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in foo() 70 static float Sb = 10.0; in bar() local 98 Sb += 1.0; in bar() 110 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in bar() 121 static float Sb = 18.0; in tbar() local 149 Sb += 1.0; in tbar() 161 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in tbar()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AVR/ |
| H A D | avr-rust-issue-123.ll | 21 %Sb = type <{ i1 }> 25 @flag = hidden global %Sb zeroinitializer, align 1 60 store i1 %not., i1* getelementptr inbounds (%Sb, %Sb* @flag, i64 0, i32 0), align 1
|
| H A D | umul.with.overflow.i16-bug.ll | 7 %Sb = type <{ i1 }>
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | err_typecheck_assign_const_filecheck.cpp | 47 static B Sb; member 214 Ca.Sb.c.d.e.num = 5; in test4() 246 Ca.Sb.c.d.Ce.num = 5; in test5()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 2330 Value *Sb = getShadow(B); in handleEqualityComparison() local 2336 B = IRB.CreatePointerCast(B, Sb->getType()); in handleEqualityComparison() 2342 Value *Sc = IRB.CreateOr(Sa, Sb); in handleEqualityComparison() 2403 Value *Sb = getShadow(B); in handleRelationalComparisonExact() local 2409 B = IRB.CreatePointerCast(B, Sb->getType()); in handleRelationalComparisonExact() 2417 getHighestPossibleValue(IRB, B, Sb, IsSigned)); in handleRelationalComparisonExact() 2420 getLowestPossibleValue(IRB, B, Sb, IsSigned)); in handleRelationalComparisonExact() 3947 Value *Sb = getShadow(B); in visitSelectInst() local 3972 Value *Sa = IRB.CreateSelect(Sb, Sa1, Sa0, "_msprop_select"); in visitSelectInst() 3981 Sb = IRB.CreateICmpNE(IRB.CreateBitCast(Sb, FlatTy), in visitSelectInst() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | arm_neon.td | 2019 def SCALAR_VDUP_LANE_BF : IInst<"vdup_lane", "1.I", "Sb">; 2020 def SCALAR_VDUP_LANEQ_BF : IInst<"vdup_laneq", "1QI", "Sb"> {
|