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 ()()
2046 uint64_t LHSSize, RHSSize; in computePointerICmp() local2048 getObjectSize(LHS, LHSSize, DL, TLI) && in computePointerICmp()2054 LHSOffsetValue.ult(LHSSize) && in computePointerICmp()