Searched refs:shouldExpandCmpUsingSelects (Results 1 – 4 of 4) sorted by relevance
510 bool shouldExpandCmpUsingSelects() const override { return true; } in shouldExpandCmpUsingSelects() function
910 bool shouldExpandCmpUsingSelects() const override { return true; } in shouldExpandCmpUsingSelects() function
3396 virtual bool shouldExpandCmpUsingSelects() const { return false; } in shouldExpandCmpUsingSelects() function
10461 if (shouldExpandCmpUsingSelects() || BoolVT.getScalarSizeInBits() == 1 || in expandCMP()