Home
last modified time | relevance | path

Searched defs:CR3 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/include/llvm-libc-macros/linux/
H A Dtermios-macros.h51 #define CR3 0003000 // Carriage-return delay type 3 macro
/llvm-project/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp3179 ConstantRange CR3 = computeConstantRange(X2, false, true, &AC, I, nullptr, 6); TEST_F() local
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp2815 ConstantRange CR3(APInt(8, 240), APInt(8, 248)); TEST_F() local