Searched refs:TypeSpecs (Results 1 – 2 of 2) sorted by relevance
1193 SmallVector<TypeSpec, 8> TypeSpecs; in createIntrinsic() local1198 TypeSpecs.push_back(TypeSpec(Acc)); in createIntrinsic()1204 llvm::sort(TypeSpecs); in createIntrinsic()1205 TypeSpecs.erase(std::unique(TypeSpecs.begin(), TypeSpecs.end()), in createIntrinsic()1206 TypeSpecs.end()); in createIntrinsic()1209 for (auto TS : TypeSpecs) { in createIntrinsic()
1964 std::vector<TypeSpec> TypeSpecs = TypeSpec::fromTypeSpecs(Types); in createIntrinsic() local1973 for (auto TS : TypeSpecs) { in createIntrinsic()1984 for (auto TS : TypeSpecs) { in createIntrinsic()