HomeSort by relevance Sort by last modified time
    Searched defs:LogicalShift (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 220 bool LogicalShift = false;
234 LogicalShift = false; ShiftLeft = false;
248 LogicalShift = true; ShiftLeft = false;
262 LogicalShift = true; ShiftLeft = true;
265 assert((LogicalShift || !ShiftLeft) && "Only logical shifts can shift left");
307 // If LogicalShift - just return zero.
308 if (LogicalShift)
322 if (LogicalShift)
333 bool LogicalShift = false;
341 LogicalShift = false
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 248 bool LogicalShift = false;
271 LogicalShift = false; ShiftLeft = false;
291 LogicalShift = true; ShiftLeft = false;
311 LogicalShift = true; ShiftLeft = true;
314 assert((LogicalShift || !ShiftLeft) && "Only logical shifts can shift left");
356 // If LogicalShift - just return zero.
357 if (LogicalShift)
371 if (LogicalShift)
382 bool LogicalShift = false;
396 LogicalShift = false
    [all...]

Completed in 326 milliseconds