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

References

include/llvm/IR/Operator.h
   53     return Instruction::UserOp1;
lib/Bitcode/Reader/ValueList.cpp
   39       : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) {
   51            cast<ConstantExpr>(V)->getOpcode() == Instruction::UserOp1;
lib/CodeGen/TargetLoweringBase.cpp
 1635   case UserOp1:        return 0;
lib/IR/Instructions.cpp
 1884     if (CE->getOpcode() == Instruction::UserOp1)
lib/Target/AArch64/AArch64FastISel.cpp
  582   unsigned Opcode = Instruction::UserOp1;
  930   unsigned Opcode = Instruction::UserOp1;
lib/Target/ARM/ARMFastISel.cpp
  716   unsigned Opcode = Instruction::UserOp1;
lib/Target/Mips/MipsFastISel.cpp
  467   unsigned Opcode = Instruction::UserOp1;
  548   unsigned Opcode = Instruction::UserOp1;
lib/Target/PowerPC/PPCFastISel.cpp
  312   unsigned Opcode = Instruction::UserOp1;
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  211   unsigned Opcode = Instruction::UserOp1;
lib/Target/X86/X86FastISel.cpp
  832   unsigned Opcode = Instruction::UserOp1;
  991   unsigned Opcode = Instruction::UserOp1;