HomeSort by relevance Sort by last modified time
    Searched refs:LookupKey (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/VMCore/
ConstantsContext.h 647 typedef std::pair<TypeClass*, Operands> LookupKey;
664 return getHashValue(LookupKey(CP->getType(), CPOperands));
669 static unsigned getHashValue(const LookupKey &Val) {
673 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
726 LookupKey Lookup(Ty, V);
743 typename MapTy::iterator find(LookupKey Lookup) {
Constants.cpp     [all...]
  /external/v8/src/
objects.cc     [all...]
objects.h     [all...]

Completed in 328 milliseconds