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

References

lib/IR/ConstantsContext.h
  577   using LookupKeyHashed = std::pair<unsigned, LookupKey>;
  593       return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
  600     static unsigned getHashValue(const LookupKey &Val) {
  608     static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
  649     LookupKey Key(Ty, V);
  677     LookupKey Key(CP->getType(), ValType(Operands, CP));