Searched refs:ByteRange (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp84 struct ByteRange { struct in class:__anon10432::AllocaPartitioning
91 ByteRange() : BeginOffset(), EndOffset() {} function in struct:__anon10432::AllocaPartitioning::ByteRange
92 ByteRange(uint64_t BeginOffset, uint64_t EndOffset) function in struct:__anon10432::AllocaPartitioning::ByteRange
101 bool operator<(const ByteRange &RHS) const {
109 friend bool operator<(const ByteRange &LHS, uint64_t RHSOffset) {
114 const ByteRange &RHS) {
118 bool operator==(const ByteRange &RHS) const {
121 bool operator!=(const ByteRange &RHS) const { return !operator==(RHS); }
130 struct Partition : public ByteRange {
140 Partition() : ByteRange(), IsSplittabl
[all...]

Completed in 157 milliseconds