Home
last modified time | relevance | path

Searched defs:isShift (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h116 bool isShift() { return isShift(getOpcode()); } in isShift() function
131 static inline bool isShift(unsigned Opcode) { in isShift() function