Searched defs:CR2 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 170 const ConstantRange &CR1, const ConstantRange &CR2) { in areInsensitiveToSignednessOfICmpPredicate() 179 const ConstantRange &CR1, const ConstantRange &CR2) { in areInsensitiveToSignednessOfInvertedICmpPredicate() 189 const ConstantRange &CR2) { in getEquivalentPredWithFlippedSignedness() 561 const ConstantRange &CR1, const ConstantRange &CR2, in getPreferredRange() 1891 ConstantRange CR2 = in cttz() local 1906 ConstantRange CR2 = getUnsignedCountTrailingZerosRange(Zero, Upper); in cttz() local 1952 ConstantRange CR2 = getUnsignedPopCountRange(Zero, Upper); in ctpop() local
|
/freebsd/sys/dev/xdma/controller/ |
H A D | pl330.h | 71 #define CR2 0xE08 /* Configuration Register 2 */ macro
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 103 #define CR2 0x00002000 /* tty 37 */ macro
|
/freebsd/include/rpcsvc/ |
H A D | rex.x | 117 const CR2 = 0x00002000; /* tty 37 */ variable
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1004 [BO, NoWrapKind](const ConstantRange &CR1, const ConstantRange &CR2) { in solveBlockValueBinaryOp() 1010 BO, BB, [BO](const ConstantRange &CR1, const ConstantRange &CR2) { in solveBlockValueBinaryOp() 1019 WO, BB, [WO](const ConstantRange &CR1, const ConstantRange &CR2) { in solveBlockValueOverflowIntrinsic()
|
H A D | ValueTracking.cpp | 6963 ConstantRange CR2 = computeConstantRange(V, ForSigned, SQ.IIQ.UseInstrInfo); in computeConstantRangeIncludingKnownBits() local 8395 const auto CR2 = ConstantRange::makeExactICmpRegion(Pred2, *RHSC2); in isKnownInversion() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1298 ConstantRange CR2 = ConstantRange::makeExactICmpRegion( in foldAndOrOfICmpsUsingRanges() local 4148 ConstantRange CR2 = ConstantRange::makeExactICmpRegion(PredR, *RC); in foldXorOfICmps() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 7068 ConstantRange CR2 = ConstantRange::makeExactICmpRegion( in tryFoldAndOrOrICmpsUsingRanges() local
|