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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1463 bool MakeNewInstruction = false; // If true, recreate using the following: local
1482 MakeNewInstruction = true;
1489 MakeNewInstruction = true;
1512 MakeNewInstruction = true;
1527 MakeNewInstruction = true;
1565 MakeNewInstruction = true;
1577 MakeNewInstruction = true;
1587 assert(MakeNewInstruction && "New filter but not a new instruction!");
1615 MakeNewInstruction = true;
1657 MakeNewInstruction
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2419 bool MakeNewInstruction = false; // If true, recreate using the following: local
2438 MakeNewInstruction = true;
2445 MakeNewInstruction = true;
2468 MakeNewInstruction = true;
2483 MakeNewInstruction = true;
2535 MakeNewInstruction = true;
2547 MakeNewInstruction = true;
2557 assert(MakeNewInstruction && "New filter but not a new instruction!");
2585 MakeNewInstruction = true;
2627 MakeNewInstruction
[all...]

Completed in 149 milliseconds