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

  /external/llvm/lib/IR/
ConstantsContext.h 654 typedef std::pair<TypeClass*, Operands> LookupKey;
671 return getHashValue(LookupKey(CP->getType(), CPOperands));
676 static unsigned getHashValue(const LookupKey &Val) {
680 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
733 LookupKey Lookup(Ty, V);
750 typename MapTy::iterator find(LookupKey Lookup) {
  /external/v8/src/
objects.cc     [all...]

Completed in 34 milliseconds