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

Declarations

lib/IR/ConstantsContext.h
  222   DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value);

References

lib/IR/ConstantsContext.h
  207       : ConstantExpr(DestTy, Instruction::InsertValue, &Op<0>(), 2),
  209     Op<0>() = Agg;
  210     Op<1>() = Val;