Home
last modified time | relevance | path

Searched refs:TheOperators (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp104 static std::vector<Operator*> TheOperators; variable
116 TheOperators.push_back(this); in Operator()
119 assert(TheOperators.back() == this); in ~Operator()
120 TheOperators.pop_back(); in ~Operator()
360 for (unsigned opnum = 0, e = TheOperators.size(); opnum != e; ++opnum) { in main()
361 Operator *Op = TheOperators[opnum]; in main()