Searched refs:LHSSize (Results 1 – 2 of 2) sorted by relevance
97 int LHSSize = LHS->getPatternComplexity(CGP); in operator ()() local99 if (LHSSize > RHSSize) return true; // LHS -> bigger -> less cost in operator ()()100 if (LHSSize < RHSSize) return false; in operator ()()
2032 uint64_t LHSSize, RHSSize; in computePointerICmp() local2034 getObjectSize(LHS, LHSSize, DL, TLI) && in computePointerICmp()2040 LHSOffsetValue.ult(LHSSize) && in computePointerICmp()