Searched refs:ConstModifier (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 369 struct ConstModifier: public Modifier { struct 370 ConstModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {} in ConstModifier() argument 649 ConstModifier{BB, &PT, &R}.ActN(40); // Throw in a few constants in FillFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 416 struct ConstModifier: public Modifier { struct 417 ConstModifier(BasicBlock *BB, PieceTable *PT, Random *R) in ConstModifier() argument 699 ConstModifier{BB, &PT, &R}.ActN(40); // Throw in a few constants in FillFunction()
|