Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h865 struct is_shift_op { struct
866 bool isOpType(unsigned Opcode) { return Instruction::isShift(Opcode); } in isOpType()