Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.h803 const Type OpType = (isVectorCompare() ? getSrc(0) : getDest())->getType(); in emit()
812 const Type OpType = (isVectorCompare() ? getSrc(0) : getDest())->getType(); in dump()
830 static constexpr bool isVectorCompare() { in isVectorCompare() function