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

  /external/llvm/lib/IR/
LLVMContextImpl.h 45 struct KeyTy {
48 KeyTy(const APInt& V, Type* Ty) : val(V), type(Ty) {}
49 bool operator==(const KeyTy& that) const {
52 bool operator!=(const KeyTy& that) const {
55 friend hash_code hash_value(const KeyTy &Key) {
59 static inline KeyTy getEmptyKey() { return KeyTy(APInt(1,0), 0); }
60 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), 0); }
61 static unsigned getHashValue(const KeyTy &Key)
    [all...]
Type.cpp 364 FunctionTypeKeyInfo::KeyTy Key(ReturnType, Params, isVarArg);
408 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
Constants.cpp 471 // as the key, is a DenseMapAPIntKeyInfo::KeyTy which has provided the
479 DenseMapAPIntKeyInfo::KeyTy Key(V, ITy);
604 DenseMapAPFloatKeyInfo::KeyTy Key(V);
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 101 template <typename KeyTy>
103 SmallPtrSet<KeyTy, 4> > &ReverseMap,
104 Instruction *Inst, KeyTy Val) {
105 typename DenseMap<Instruction*, SmallPtrSet<KeyTy, 4> >::iterator
    [all...]

Completed in 50 milliseconds