Home
last modified time | relevance | path

Searched refs:REM1 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Fuzzer/test/
DFuzzerUnittest.cpp95 uint8_t REM1[8] = {0x00, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77}; in TestEraseByte() local
109 if (NewSize == 7 && !memcmp(REM1, T, 7)) FoundMask |= 1 << 1; in TestEraseByte()
/external/curl/src/
Dtool_setopt.c213 #define REM1(f,a) ADDF((&easysrc_toohard, f,a)) macro
/external/llvm/test/Transforms/InstCombine/
Dshift.ll632 ; CHECK-NEXT: [[REM1:%.*]] = and i32 %x, 31
633 ; CHECK-NEXT: [[SHL:%.*]] = shl i32 1, [[REM1]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dshift.ll597 ; CHECK-NEXT: [[REM1:%.*]] = and i32 %x, 31
598 ; CHECK-NEXT: [[SHL:%.*]] = shl i32 1, [[REM1]]