Searched refs:TypeIDValues (Results 1 – 2 of 2) sorted by relevance
1156 std::map<LLTCodeGen, unsigned> LLTOperandMatcher::TypeIDValues; member in llvm::gi::LLTOperandMatcher1159 const auto VI = TypeIDValues.find(Ty); in getValue()1160 if (VI == TypeIDValues.end()) in getValue()1166 if (TypeIDValues.size() != KnownTypes.size()) in hasValue()1168 return TypeIDValues.count(Ty); in hasValue()
946 static std::map<LLTCodeGen, unsigned> TypeIDValues;949 TypeIDValues.clear(); in initTypeIDValuesMap()953 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()