Home
last modified time | relevance | path

Searched refs:NOTZERO (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/test/Transforms/InstCombine/
Dispow2.ll202 ; CHECK-NEXT: [[NOTZERO:%.*]] = icmp ne i32 [[X]], 0
203 ; CHECK-NEXT: call void @use_i1(i1 [[NOTZERO]])
237 ; CHECK-NEXT: [[NOTZERO:%.*]] = icmp ne i32 [[X]], 0
238 ; CHECK-NEXT: [[R:%.*]] = and i1 [[NOTZERO]], [[CMP]]
254 ; CHECK-NEXT: [[NOTZERO:%.*]] = icmp ne i32 [[X]], 1
255 ; CHECK-NEXT: [[R:%.*]] = and i1 [[NOTZERO]], [[CMP]]
271 ; CHECK-NEXT: [[NOTZERO:%.*]] = icmp ne i32 [[X]], 0
272 ; CHECK-NEXT: [[R:%.*]] = and i1 [[NOTZERO]], [[CMP]]
/external/llvm-project/flang/lib/Parser/
Dpreprocessor.cpp718 NOTZERO, // ! in ExpressionValue() enumerator
762 opNameMap["!"] = NOTZERO; in ExpressionValue()
862 case NOTZERO: in ExpressionValue()