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

  /external/llvm/lib/CodeGen/
IfConversion.cpp 79 ICSimpleFalse, // Same as ICSimple, but on the false path.
352 case ICSimpleFalse: {
353 bool isFalse = Kind == ICSimpleFalse;
355 DEBUG(dbgs() << "Ifcvt (Simple" << (Kind == ICSimpleFalse ?
358 << ((Kind == ICSimpleFalse)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 70 ICSimpleFalse, // Same as ICSimple, but on the false path.
319 case ICSimpleFalse: {
320 bool isFalse = Kind == ICSimpleFalse;
322 DEBUG(dbgs() << "Ifcvt (Simple" << (Kind == ICSimpleFalse ?
325 << ((Kind == ICSimpleFalse)
    [all...]

Completed in 55 milliseconds