Home
last modified time | relevance | path

Searched defs:ConstantRange (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDArgument.h23 class ConstantRange; variable
HDConstant.h22 class ConstantRange; variable
HDInstrTypes.h47 class ConstantRange; variable
HDAttributes.h40 class ConstantRange; variable
HDFunction.h49 class ConstantRange; variable
HDGlobalValue.h34 class ConstantRange; variable
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLazyValueInfo.h25 class ConstantRange; variable
HDScalarEvolutionExpressions.h32 class ConstantRange; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDConstantRange.cpp44 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) in ConstantRange() function in ConstantRange
48 ConstantRange::ConstantRange(APInt V) in ConstantRange() function in ConstantRange
51 ConstantRange::ConstantRange(APInt L, APInt U) in ConstantRange() function in ConstantRange
HDAttributeImpl.h250 size_t numTrailingObjects(OverloadToken<ConstantRange>) const { return Size; } in numTrailingObjects()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/
HDLLParser.h30 class ConstantRange; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLazyValueInfo.cpp977 std::function<ConstantRange(const ConstantRange &, const ConstantRange &)> in solveBlockValueBinaryOpImpl()