reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
336 : Instruction::BinaryOpsEnd;
include/llvm/IR/Instruction.h 152 return Opcode >= BinaryOpsBegin && Opcode < BinaryOpsEnd;
include/llvm/Transforms/Scalar/Reassociate.h 84 Instruction::BinaryOpsEnd - Instruction::BinaryOpsBegin;
lib/FuzzMutate/Operations.cpp 117 case Instruction::BinaryOpsEnd:
lib/IR/ConstantFold.cpp 1091 case Instruction::BinaryOpsEnd:
lib/IR/ConstantsContext.h 538 Opcode < Instruction::BinaryOpsEnd))
lib/Transforms/Utils/SimplifyCFG.cpp 2683 Instruction::BinaryOps Opc = Instruction::BinaryOpsEnd;
lib/Transforms/Vectorize/LoopVectorize.cpp559 Instruction::BinaryOpsEnd); 786 Instruction::BinaryOpsEnd) override;