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

References

unittests/IR/InstructionsTest.cpp
  506   Type *ArgTys[] = {Int32Ty, Int32Ty, Int32Ty};
  506   Type *ArgTys[] = {Int32Ty, Int32Ty, Int32Ty};
  506   Type *ArgTys[] = {Int32Ty, Int32Ty, Int32Ty};
  507   FunctionType *FnTy = FunctionType::get(Int32Ty, ArgTys, /*isVarArg=*/false);
  510     ConstantInt::get(Int32Ty, 1),
  511     ConstantInt::get(Int32Ty, 2),
  512     ConstantInt::get(Int32Ty, 3)