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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1158 bool CanFold = Shift->isLogicalShift(); local
1159 if (!CanFold) {
1168 CanFold = true;
1171 if (CanFold) {

Completed in 86 milliseconds