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 478 // as the key, is a DenseMapAPIntKeyInfo::KeyTy which has provided the
487 ConstantInt *&Slot = pImpl->IntConstants[DenseMapAPIntKeyInfo::KeyTy(V, ITy)];
613 ConstantFP *&Slot = pImpl->FPConstants[DenseMapAPFloatKeyInfo::KeyTy(V)];
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 99 template <typename KeyTy>
101 SmallPtrSet<KeyTy, 4> > &ReverseMap,
102 Instruction *Inst, KeyTy Val) {
103 typename DenseMap<Instruction*, SmallPtrSet<KeyTy, 4> >::iterator
    [all...]

Completed in 197 milliseconds