reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/IRBuilder.h
 1566     if (Instruction::isUnaryOp(Opc)) {
include/llvm/IR/Instruction.h
  129   bool isUnaryOp() const { return isUnaryOp(getOpcode()); }
lib/Analysis/ConstantFolding.cpp
 1021   if (Instruction::isUnaryOp(Opcode))
 1291   assert(Instruction::isUnaryOp(Opcode));
lib/IR/ConstantFold.cpp
  942   assert(Instruction::isUnaryOp(Opcode) && "Non-unary instruction detected");
lib/IR/Constants.cpp
 1840   assert(Instruction::isUnaryOp(Opcode) &&