Searched refs:TypeSpecs (Results 1 – 2 of 2) sorted by relevance
1220 SmallVector<TypeSpec, 8> TypeSpecs; in createIntrinsic() local1225 TypeSpecs.push_back(TypeSpec(Acc)); in createIntrinsic()1231 sort(TypeSpecs); in createIntrinsic()1232 TypeSpecs.erase(llvm::unique(TypeSpecs), TypeSpecs.end()); in createIntrinsic()1235 for (auto TS : TypeSpecs) { in createIntrinsic()
2026 std::vector<TypeSpec> TypeSpecs = TypeSpec::fromTypeSpecs(Types); in createIntrinsic() local2035 for (auto TS : TypeSpecs) { in createIntrinsic()2046 for (auto TS : TypeSpecs) { in createIntrinsic()