reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
152 return Opcode >= BinaryOpsBegin && Opcode < BinaryOpsEnd;
include/llvm/Transforms/Scalar/Reassociate.h 84 Instruction::BinaryOpsEnd - Instruction::BinaryOpsBegin;
lib/IR/ConstantsContext.h 537 if ((Opcode >= Instruction::BinaryOpsBegin &&
lib/Transforms/Scalar/Reassociate.cpp2284 unsigned Idx = I->getOpcode() - Instruction::BinaryOpsBegin; 2359 unsigned BinaryIdx = I.getOpcode() - Instruction::BinaryOpsBegin;