Searched defs:CR1 (Results 1 – 9 of 9) 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() 188 CmpInst::Predicate Pred, const ConstantRange &CR1, in getEquivalentPredWithFlippedSignedness() 561 const ConstantRange &CR1, const ConstantRange &CR2, in getPreferredRange() 1890 ConstantRange CR1 = getUnsignedCountTrailingZerosRange(Lower, Zero); in cttz() local 1904 ConstantRange CR1 = getUnsignedCountTrailingZerosRange(Lower, Zero); in cttz() local 1949 ConstantRange CR1 = ConstantRange(APInt(BitWidth, Lower.countl_one()), in ctpop() local
|
/freebsd/sys/dev/xdma/controller/ |
H A D | pl330.h | 70 #define CR1 0xE04 /* Configuration Register 1 */ macro
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 102 #define CR1 0x00001000 /* tn 300 */ macro
|
/freebsd/include/rpcsvc/ |
H A D | rex.x | 116 const CR1 = 0x00001000; /* tn 300 */ 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 | 6961 ConstantRange CR1 = in computeConstantRangeIncludingKnownBits() local 8394 const auto CR1 = ConstantRange::makeExactICmpRegion(Pred1, *RHSC1); in isKnownInversion() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 742 ConstantRange CR1 = in mergeChecks() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1293 ConstantRange CR1 = ConstantRange::makeExactICmpRegion( in foldAndOrOfICmpsUsingRanges() local 4147 ConstantRange CR1 = ConstantRange::makeExactICmpRegion(PredL, *LC); in foldXorOfICmps() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 7063 ConstantRange CR1 = ConstantRange::makeExactICmpRegion( in tryFoldAndOrOrICmpsUsingRanges() local
|