Searched refs:Inbounds (Results 1 – 6 of 6) sorted by relevance
6 ; CHECK-NEXT: remark: <unknown>:0:0: Inbounds assumption: [i, N, M] -> { : N <= i or (N > i and…44 ; YAML: - String: 'Inbounds assumption: [i, N, M] -> { : N <= i or (N > i and M <=…
5 ; CHECK: remark: test/ScopInfo/remarks.c:9:15: Inbounds assumption: [N, M, Debug] -> { : M <= 1…
173 ; Inbounds constant null-GEP with non-zero could be constant-folded to null/poison,214 ; Inbounds null-GEP with non-zero offset could be folded to poison/null.
328 ; Inbounds translates to 'nsw' on sub
139 TEST_F(CloneInstruction, Inbounds) { in TEST_F() argument
1066 bool Inbounds = false; in isKnownNonNegative() local1068 Inbounds = SrcGEP->isInBounds(); in isKnownNonNegative()1069 if (Inbounds) { in isKnownNonNegative()