Searched refs:isRound (Results 1 – 9 of 9) sorted by relevance
219 DashLineBench(SkScalar width, bool isRound) { in DashLineBench() argument220 fName.printf("dashline_%g_%s", SkScalarToFloat(width), isRound ? "circle" : "square"); in DashLineBench()222 fIsRound = isRound; in DashLineBench()
188 bool isRound() const { in isRound() function
524 bool isRound() const { in isRound() function
522 assert(WideVT.isRound() && in ExpandLoad()
1549 if (newVT.isRound()) { in SimplifySetCC()
3034 if (!LoadedVT.bitsGT(ExtVT) || !ExtVT.isRound()) in isAndLoadExtLoad()6801 if (!ExtVT.isRound()) in ReduceLoadWidth()
2054 if (newVT.isRound()) { in SimplifySetCC()
2451 if (!LN0->isVolatile() && LoadedVT.bitsGT(ExtVT) && ExtVT.isRound() && in visitAND()4636 if (!ExtVT.isRound()) in ReduceLoadWidth()
4506 if (!LoadResultVT.bitsGT(TruncVT) || !TruncVT.isRound() || in optimizeLoadExt()