Searched refs:Iff (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | DebugSupportTest.cpp | 77 TEST(BoolValueDebugStringTest, Iff) { in TEST() argument 300 TEST(SATCheckDebugStringTest, Iff) { in TEST() argument 305 auto Iff = Ctx.conj(Ctx.disj(Ctx.neg(B0), B1), Ctx.disj(B0, Ctx.neg(B1))); in TEST() local 306 std::vector<BoolValue *> Constraints({B0, Iff}); in TEST()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | canonicalize-constant-low-bit-mask-and-icmp-uge-to-icmp-ule.ll | 10 ; Iff: isPowerOf2(C + 1)
|
| H A D | canonicalize-constant-low-bit-mask-and-icmp-ult-to-icmp-ugt.ll | 10 ; Iff: isPowerOf2(C + 1)
|
| H A D | canonicalize-constant-low-bit-mask-and-icmp-eq-to-icmp-ule.ll | 10 ; Iff: isPowerOf2(C + 1)
|
| H A D | canonicalize-constant-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll | 10 ; Iff: isPowerOf2(C + 1)
|
| H A D | canonicalize-constant-low-bit-mask-and-icmp-ugt-to-icmp-ugt.ll | 10 ; Iff: isPowerOf2(C + 1)
|
| H A D | canonicalize-constant-low-bit-mask-and-icmp-sge-to-icmp-sle.ll | 10 ; Iff: isPowerOf2(C + 1)
|
| H A D | canonicalize-constant-low-bit-mask-and-icmp-ule-to-icmp-ule.ll | 10 ; Iff: isPowerOf2(C + 1)
|
| H A D | canonicalize-constant-low-bit-mask-and-icmp-slt-to-icmp-sgt.ll | 10 ; Iff: isPowerOf2(C + 1)
|
| H A D | omit-urem-of-power-of-two-or-zero-when-comparing-with-zero.ll | 6 ; Iff C is not a power of two (those should not get to here though),
|
| H A D | sext-of-trunc-nsw.ll | 4 ; Iff we know that trunc only chops off the sign bits,
|
| H A D | canonicalize-constant-low-bit-mask-and-icmp-sle-to-icmp-sle.ll | 10 ; Iff: isPowerOf2(C + 1)
|
| H A D | canonicalize-constant-low-bit-mask-and-icmp-sgt-to-icmp-sgt.ll | 10 ; Iff: isPowerOf2(C + 1)
|
| H A D | lshr-trunc-sext-to-ashr-sext.ll | 4 ; Iff trunc only chops off zero bits that were just shifted-in by the lshr,
|
| H A D | canonicalize-clamp-like-pattern-between-zero-and-positive-threshold.ll | 15 ; Iff -C1 s<= C2 s<= C0-C1
|
| H A D | canonicalize-clamp-like-pattern-between-negative-and-positive-thresholds.ll | 15 ; Iff -C1 s<= C2 s<= C0-C1
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | omit-urem-of-power-of-two-or-zero-when-comparing-with-zero.ll | 8 ; Iff C is not a power of two (those should not get to here though),
|