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

References

unittests/IR/InstructionsTest.cpp
  568   FunctionType *FnTy = FunctionType::get(Int32Ty, Int32Ty, /*isVarArg=*/false);
  568   FunctionType *FnTy = FunctionType::get(Int32Ty, Int32Ty, /*isVarArg=*/false);
  570   Value *Args[] = {ConstantInt::get(Int32Ty, 42)};
  573   OperandBundleDef OldBundle("before", UndefValue::get(Int32Ty));
  583   OperandBundleDef NewBundle("after", ConstantInt::get(Int32Ty, 7));