Searched defs:isOpType (Results 1 - 8 of 8) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DPatternMatch.h712 return this->isOpType(I->getOpcode()) && L.match(I->getOperand(0)) &&
715 return this->isOpType(CE->getOpcode()) && L.match(CE->getOperand(0)) &&
722 bool isOpType(unsigned Opcode) { return Instruction::isShift(Opcode); } function in struct:llvm::PatternMatch::is_shift_op
726 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_right_shift_op
732 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_logical_shift_op
738 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_bitwiselogic_op
744 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_idiv_op
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DPatternMatch.h712 return this->isOpType(I->getOpcode()) && L.match(I->getOperand(0)) &&
715 return this->isOpType(CE->getOpcode()) && L.match(CE->getOperand(0)) &&
722 bool isOpType(unsigned Opcode) { return Instruction::isShift(Opcode); } function in struct:llvm::PatternMatch::is_shift_op
726 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_right_shift_op
732 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_logical_shift_op
738 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_bitwiselogic_op
744 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_idiv_op
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DPatternMatch.h712 return this->isOpType(I->getOpcode()) && L.match(I->getOperand(0)) &&
715 return this->isOpType(CE->getOpcode()) && L.match(CE->getOperand(0)) &&
722 bool isOpType(unsigned Opcode) { return Instruction::isShift(Opcode); } function in struct:llvm::PatternMatch::is_shift_op
726 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_right_shift_op
732 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_logical_shift_op
738 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_bitwiselogic_op
744 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_idiv_op
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DPatternMatch.h712 return this->isOpType(I->getOpcode()) && L.match(I->getOperand(0)) &&
715 return this->isOpType(CE->getOpcode()) && L.match(CE->getOperand(0)) &&
722 bool isOpType(unsigned Opcode) { return Instruction::isShift(Opcode); } function in struct:llvm::PatternMatch::is_shift_op
726 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_right_shift_op
732 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_logical_shift_op
738 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_bitwiselogic_op
744 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_idiv_op
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DPatternMatch.h712 return this->isOpType(I->getOpcode()) && L.match(I->getOperand(0)) &&
715 return this->isOpType(CE->getOpcode()) && L.match(CE->getOperand(0)) &&
722 bool isOpType(unsigned Opcode) { return Instruction::isShift(Opcode); } function in struct:llvm::PatternMatch::is_shift_op
726 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_right_shift_op
732 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_logical_shift_op
738 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_bitwiselogic_op
744 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_idiv_op
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DPatternMatch.h712 return this->isOpType(I->getOpcode()) && L.match(I->getOperand(0)) &&
715 return this->isOpType(CE->getOpcode()) && L.match(CE->getOperand(0)) &&
722 bool isOpType(unsigned Opcode) { return Instruction::isShift(Opcode); } function in struct:llvm::PatternMatch::is_shift_op
726 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_right_shift_op
732 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_logical_shift_op
738 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_bitwiselogic_op
744 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_idiv_op
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DPatternMatch.h712 return this->isOpType(I->getOpcode()) && L.match(I->getOperand(0)) &&
715 return this->isOpType(CE->getOpcode()) && L.match(CE->getOperand(0)) &&
722 bool isOpType(unsigned Opcode) { return Instruction::isShift(Opcode); } function in struct:llvm::PatternMatch::is_shift_op
726 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_right_shift_op
732 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_logical_shift_op
738 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_bitwiselogic_op
744 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_idiv_op
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DPatternMatch.h712 return this->isOpType(I->getOpcode()) && L.match(I->getOperand(0)) &&
715 return this->isOpType(CE->getOpcode()) && L.match(CE->getOperand(0)) &&
722 bool isOpType(unsigned Opcode) { return Instruction::isShift(Opcode); } function in struct:llvm::PatternMatch::is_shift_op
726 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_right_shift_op
732 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_logical_shift_op
738 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_bitwiselogic_op
744 bool isOpType(unsigned Opcode) { function in struct:llvm::PatternMatch::is_idiv_op

Completed in 195 milliseconds