Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h23 class ConstantRange; variable
H A DConstant.h22 class ConstantRange; variable
H A DInstrTypes.h47 class ConstantRange; variable
H A DAttributes.h40 class ConstantRange; variable
H A DFunction.h49 class ConstantRange; variable
H A DGlobalValue.h34 class ConstantRange; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h25 class ConstantRange; variable
H A DScalarEvolutionExpressions.h33 class ConstantRange; global() variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.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
H A DAttributeImpl.h250 size_t numTrailingObjects(OverloadToken<ConstantRange>) const { return Size; } in numTrailingObjects()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h30 class ConstantRange; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp977 std::function<ConstantRange(const ConstantRange &, const ConstantRange &)> in solveBlockValueBinaryOpImpl()