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

Declarations

include/llvm/IR/Constants.h
  513   static Constant *getImpl(ArrayRef<Constant *> V);

References

lib/IR/Constants.cpp
 1111   if (Constant *C = getImpl(V))
 2951   if (Constant *C = getImpl(Values))