Searched refs:BoolInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp658 std::vector<Instruction*> BoolInst; local
662 BoolInst.push_back(it);
665 std::random_shuffle(BoolInst.begin(), BoolInst.end(), R);
667 for (std::vector<Instruction*>::iterator it = BoolInst.begin(),
668 e = BoolInst.end(); it != e; ++it) {

Completed in 203 milliseconds