Searched defs:SawCatchAll (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1544 bool SawCatchAll = false; local
1550 SawCatchAll = true;
1563 if (SawCatchAll) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2500 bool SawCatchAll = false; local
2506 SawCatchAll = true;
2533 if (SawCatchAll) {

Completed in 108 milliseconds