Searched refs:RHSSize (Results 1 – 3 of 3) sorted by relevance
745 size_t RHSSize = RHS.size();747 if (CurSize >= RHSSize) {750 if (RHSSize)751 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());766 if (this->capacity() < RHSSize) {771 this->grow(RHSSize);782 this->setEnd(this->begin()+RHSSize);804 size_t RHSSize = RHS.size();806 if (CurSize >= RHSSize) {809 if (RHSSize)[all …]
98 int RHSSize = RHS->getPatternComplexity(CGP); in operator ()() local99 if (LHSSize > RHSSize) return true; // LHS -> bigger -> less cost in operator ()()100 if (LHSSize < RHSSize) return false; in operator ()()
2046 uint64_t LHSSize, RHSSize; in computePointerICmp() local2049 getObjectSize(RHS, RHSSize, DL, TLI)) { in computePointerICmp()2055 RHSOffsetValue.ult(RHSSize)) { in computePointerICmp()