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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 758 bool DivIsSigned = DivI->getOpcode() == Instruction::SDiv;
759 if (!ICI.isEquality() && DivIsSigned != ICI.isSigned())
763 if (DivIsSigned && DivRHS->isAllOnesValue())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 59 milliseconds