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 553 typedef std::pair<TypeClass *, ValType> LookupKey;
566 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
571 static unsigned getHashValue(const LookupKey &Val) {
574 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
612 LookupKey Lookup(Ty, V);
626 typename MapTy::iterator find(LookupKey Lookup) {
645 LookupKey Lookup(CP->getType(), ValType(Operands, CP));
  /external/v8/src/
objects.cc     [all...]

Completed in 61 milliseconds