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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1137 bool EndsWithSequential = false; local
1140 EndsWithSequential = !(*I)->isStructTy();
1143 if (EndsWithSequential) {

Completed in 107 milliseconds