Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DPatternMatch.h1251 return this->isOpType(I->getOpcode()) && L.match(I->getOperand(0)) && in match()
1254 return this->isOpType(CE->getOpcode()) && L.match(CE->getOperand(0)) && in match()
1261 bool isOpType(unsigned Opcode) { return Instruction::isShift(Opcode); } in isOpType() function
1265 bool isOpType(unsigned Opcode) { in isOpType() function
1271 bool isOpType(unsigned Opcode) { in isOpType() function
1277 bool isOpType(unsigned Opcode) { in isOpType() function
1283 bool isOpType(unsigned Opcode) { in isOpType() function
1289 bool isOpType(unsigned Opcode) { in isOpType() function