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

References

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