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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1128 bool EndsWithSequential = false; local
1131 EndsWithSequential = !(*I)->isStructTy();
1134 if (EndsWithSequential) {

Completed in 86 milliseconds