Searched defs:ConstantRange (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DConstantRange.h42 class ConstantRange { class in namespace:llvm
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DConstantRange.cpp32 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) { function in class:ConstantRange
41 ConstantRange::ConstantRange(const APInt &V) : Lower(V), Upper(V + 1) {} function in class:ConstantRange
43 ConstantRange::ConstantRange(const APInt &L, const APInt &U) : function in class:ConstantRange
[all...]

Completed in 109 milliseconds