Searched defs:CR1 (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 170 const ConstantRange &CR1, const ConstantRange &CR2) { in areInsensitiveToSignednessOfICmpPredicate() argument 179 const ConstantRange &CR1, const ConstantRange &CR2) { in areInsensitiveToSignednessOfInvertedICmpPredicate() argument 188 CmpInst::Predicate Pred, const ConstantRange &CR1, in getEquivalentPredWithFlippedSignedness() argument 505 getPreferredRange(const ConstantRange & CR1,const ConstantRange & CR2,ConstantRange::PreferredRangeType Type) getPreferredRange() argument 1797 ConstantRange CR1 = getUnsignedCountTrailingZerosRange(Lower, Zero); cttz() local 1811 ConstantRange CR1 = getUnsignedCountTrailingZerosRange(Lower, Zero); cttz() local 1856 ConstantRange CR1 = ConstantRange(APInt(BitWidth, Lower.countl_one()), ctpop() local [all...] |
/freebsd-src/sys/dev/xdma/controller/ |
H A D | pl330.h | 70 #define CR1 0xE04 /* Configuration Register 1 */ macro
|
/freebsd-src/sys/sys/ |
H A D | ioctl_compat.h | 102 #define CR1 0x00001000 /* tn 300 */ macro
|
/freebsd-src/include/rpcsvc/ |
H A D | rex.x | 116 const CR1 = 0x00001000; /* tn 300 */ variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1008 __anon1d1e96de0602(const ConstantRange &CR1, const ConstantRange &CR2) solveBlockValueBinaryOp() argument 1014 __anon1d1e96de0702(const ConstantRange &CR1, const ConstantRange &CR2) solveBlockValueBinaryOp() argument 1023 __anon1d1e96de0802(const ConstantRange &CR1, const ConstantRange &CR2) solveBlockValueOverflowIntrinsic() argument
|
H A D | ValueTracking.cpp | 6290 ConstantRange CR1 = computeConstantRangeIncludingKnownBits() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 737 ConstantRange CR1 = mergeChecks() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1250 ConstantRange CR1 = ConstantRange::makeExactICmpRegion( foldAndOrOfICmpsUsingRanges() local 4016 ConstantRange CR1 = ConstantRange::makeExactICmpRegion(PredL, *LC); foldXorOfICmps() local [all...] |