Searched refs:TypeIDValues (Results 1 – 2 of 2) sorted by relevance
1131 std::map<LLTCodeGen, unsigned> LLTOperandMatcher::TypeIDValues; member in llvm::gi::LLTOperandMatcher1134 const auto VI = TypeIDValues.find(Ty); in getValue()1135 if (VI == TypeIDValues.end()) in getValue()1141 if (TypeIDValues.size() != KnownTypes.size()) in hasValue()1143 return TypeIDValues.count(Ty); in hasValue()
923 static std::map<LLTCodeGen, unsigned> TypeIDValues;926 TypeIDValues.clear(); in initTypeIDValuesMap()930 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()