Searched refs:TypeIDValues (Results 1 – 2 of 2) sorted by relevance
1163 std::map<LLTCodeGen, unsigned> LLTOperandMatcher::TypeIDValues; member in llvm::gi::LLTOperandMatcher1166 const auto VI = TypeIDValues.find(Ty); in getValue()1167 if (VI == TypeIDValues.end()) in getValue()1173 if (TypeIDValues.size() != KnownTypes.size()) in hasValue()1175 return TypeIDValues.count(Ty); in hasValue()
932 static std::map<LLTCodeGen, unsigned> TypeIDValues;935 TypeIDValues.clear(); in initTypeIDValuesMap()939 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()