| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | string_utils.cpp | 21 bool PadWithZero, bool Negative, bool Upper) { in appendNumber() 62 bool PadWithZero, bool Upper) { in appendUnsigned() 164 const bool Upper = (*Cur == 'X'); in vappend() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstantRange.h | 48 APInt Lower, Upper; variable 84 static ConstantRange getNonEmpty(APInt Lower, APInt Upper) { in getNonEmpty()
|
| H A D | ConstantRangeList.h | 72 void insert(int64_t Lower, int64_t Upper) { in insert()
|
| H A D | ConstantFPRange.h | 38 APFloat Lower, Upper; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVRange.h | 28 LVAddress Upper = 0; variable 59 LVAddress Upper = 0; variable
|
| H A D | LVType.h | 278 void setBounds(unsigned Lower, unsigned Upper) override { in setBounds()
|
| H A D | LVElement.h | 266 virtual void setBounds(unsigned Lower, unsigned Upper) {} in setBounds()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFPRange.cpp | 71 static bool isNonCanonicalEmptySet(const APFloat &Lower, const APFloat &Upper) { in isNonCanonicalEmptySet() 76 static void canonicalizeRange(APFloat &Lower, APFloat &Upper) { in canonicalizeRange() 147 APFloat Upper = CR.getUpper(); in extendZeroIfEqual() local
|
| H A D | ConstantRange.cpp | 74 APInt Lower = Known.getMinValue(), Upper = Known.getMaxValue(); in fromKnownBits() local 313 APInt Lower, Upper; in makeExactMulNSWRegion() local 1364 APInt Upper = getUnsignedMax().udiv(RHS_umin) + 1; in udiv() local 1468 APInt Upper = APIntOps::umin(getUnsignedMax(), RHS.getUnsignedMax() - 1) + 1; in urem() local 1504 APInt Upper = APIntOps::umin(MaxLHS, MaxAbsRHS - 1) + 1; in srem() local 1519 APInt Upper = APIntOps::umin(MaxLHS, MaxAbsRHS - 1) + 1; in srem() local 2028 const APInt &Upper) { in getUnsignedCountTrailingZerosRange() 2096 const APInt &Upper) { in getUnsignedPopCountRange()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | NativeFormatting.h | 23 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower }; enumerator
|
| H A D | UnicodeCharRanges.h | 25 uint32_t Upper; member
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | CodeGenIntrinsics.cpp | 445 int64_t Upper = R->getValueAsInt("Upper"); in setProperty() local
|
| H A D | DirectiveEmitter.cpp | 1113 std::string Upper = SomeSpelling.upper(); in generateFlangClauseUnparse() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | NativeFormatting.cpp | 143 bool Upper = in write_hex() local
|
| H A D | ScaledNumber.cpp | 33 uint64_t Upper = P1, Lower = P4; in multiply64() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 116 Expr *Upper = nullptr; member
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 475 llvm::APSInt Upper) { in intersect() 854 llvm::APSInt Upper = Point; in deletePoint() local 3117 llvm::APSInt Upper = ComparisonVal - Adjustment; in getSymLTRange() local 3154 llvm::APSInt Upper = Max - Adjustment; in getSymGTRange() local 3192 llvm::APSInt Upper = Max - Adjustment; in getSymGERange() local 3229 llvm::APSInt Upper = ComparisonVal - Adjustment; in getSymLERange() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.cpp | 324 APInt Upper{32, MaxSize}; in makeLIDRangeMetadata() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 398 const SCEV *Upper[8]; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/ |
| H A D | ARCDisassembler.cpp | 340 Field Upper = fieldFromInstruction(Insn, 0, 5); in DecodeSOPwithRS12() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 497 LVOffset Upper = CurrentEndOffset; in traverseDieAndChildren() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.cpp | 806 bool Upper) { in addOperandsForVFMK()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 440 ConstantInt *Upper = in computeKnownBitsFromRangeMetadata() local 2783 ConstantInt *Upper = in rangeMetadataExcludesValue() local 9589 APInt &Upper, const InstrInfoQuery &IIQ, in setLimitsForBinOp() 9820 APInt Upper(Width, Width); in getRangeForIntrinsic() local 9973 static void setLimitForFPToI(const Instruction *I, APInt &Lower, APInt &Upper) { in setLimitForFPToI() 10008 APInt Upper = APInt(BitWidth, 0); in computeConstantRange() local 10023 APInt Upper = APInt(BitWidth, 0); in computeConstantRange() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 265 uint64_t Upper = std::min(A.HighPC, B.HighPC); in calculateOverlap() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 1366 SMLoc ErrorLoc, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError() 1372 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError() 2860 int64_t Upper = StackAdjBase + 48; in parseZcmpStackAdj() local
|