/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 | 70 void insert(int64_t Lower, int64_t Upper) { in insert()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVRange.h | 27 LVAddress Upper = 0; variable 58 LVAddress Upper = 0; variable
|
H A D | LVType.h | 274 void setBounds(unsigned Lower, unsigned Upper) override { in setBounds()
|
H A D | LVElement.h | 252 virtual void setBounds(unsigned Lower, unsigned Upper) {} in setBounds()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | NativeFormatting.h | 22 enum class HexPrintStyle { Upper, Lower, PrefixUpper, PrefixLower }; enumerator
|
H A D | UnicodeCharRanges.h | 25 uint32_t Upper; member
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 73 APInt Lower = Known.getMinValue(), Upper = Known.getMaxValue(); in fromKnownBits() local 302 APInt Lower, Upper; in makeExactMulNSWRegion() local 1340 APInt Upper = getUnsignedMax().udiv(RHS_umin) + 1; in udiv() local 1450 APInt Upper = APIntOps::umin(getUnsignedMax(), RHS.getUnsignedMax() - 1) + 1; in urem() local 1486 APInt Upper = APIntOps::umin(MaxLHS, MaxAbsRHS - 1) + 1; in srem() local 1501 APInt Upper = APIntOps::umin(MaxLHS, MaxAbsRHS - 1) + 1; in srem() local 1843 const APInt &Upper) { in getUnsignedCountTrailingZerosRange() 1911 const APInt &Upper) { in getUnsignedPopCountRange()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | NativeFormatting.cpp | 144 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 3107 llvm::APSInt Upper = ComparisonVal - Adjustment; in getSymLTRange() local 3144 llvm::APSInt Upper = Max - Adjustment; in getSymGTRange() local 3182 llvm::APSInt Upper = Max - Adjustment; in getSymGERange() local 3219 llvm::APSInt Upper = ComparisonVal - Adjustment; in getSymLERange() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 384 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 | 698 LVOffset Upper = CurrentEndOffset; in traverseDieAndChildren() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.cpp | 808 bool Upper) { in addOperandsForVFMK()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSubtarget.cpp | 573 APInt Upper{32, MaxSize}; in makeLIDRangeMetadata() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 435 ConstantInt *Upper = in computeKnownBitsFromRangeMetadata() local 2557 ConstantInt *Upper = in rangeMetadataExcludesValue() local 9318 APInt &Upper, const InstrInfoQuery &IIQ, in setLimitsForBinOp() 9669 static void setLimitForFPToI(const Instruction *I, APInt &Lower, APInt &Upper) { in setLimitForFPToI() 9704 APInt Upper = APInt(BitWidth, 0); in computeConstantRange() local 9719 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/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 1187 addSize(LVScope * Scope,LVOffset Lower,LVOffset Upper) addSize() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 653 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
H A D | LoongArchAsmParser.cpp | 1485 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 1377 SMLoc ErrorLoc, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError() 1383 OperandVector &Operands, uint64_t ErrorInfo, int64_t Lower, int64_t Upper, in generateImmOutOfRangeError()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1147 SDValue Upper = CurDAG->getConstant(UpperVal, DL, VT); in splitLargeImmediate() local
|