Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DPatternMatch.h1261 return this->isOpType(I->getOpcode()) && L.match(I->getOperand(0)) && in match()
1264 return this->isOpType(CE->getOpcode()) && L.match(CE->getOperand(0)) && in match()
1271 bool isOpType(unsigned Opcode) { return Instruction::isShift(Opcode); } in isOpType() function
1275 bool isOpType(unsigned Opcode) { in isOpType() function
1281 bool isOpType(unsigned Opcode) { in isOpType() function
1287 bool isOpType(unsigned Opcode) { in isOpType() function
1293 bool isOpType(unsigned Opcode) { in isOpType() function
1299 bool isOpType(unsigned Opcode) { in isOpType() function