Home
last modified time | relevance | path

Searched refs:isRound (Results 1 – 5 of 5) sorted by relevance

/external/skia/bench/
DDashBench.cpp220 DashLineBench(SkScalar width, bool isRound) { in DashLineBench() argument
221 fName.printf("dashline_%g_%s", SkScalarToFloat(width), isRound ? "circle" : "square"); in DashLineBench()
223 fIsRound = isRound; in DashLineBench()
/external/llvm/include/llvm/CodeGen/
DValueTypes.h165 bool isRound() const { in isRound() function
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp500 assert(WideVT.isRound() && in ExpandLoad()
DTargetLowering.cpp1389 if (newVT.isRound()) { in SimplifySetCC()
DDAGCombiner.cpp3013 if (!LN0->isVolatile() && LoadedVT.bitsGT(ExtVT) && ExtVT.isRound() && in visitAND()
6298 if (!ExtVT.isRound()) in ReduceLoadWidth()