HomeSort by: relevance | last modified time | path
    Searched defs:CompareRHS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 184 Constant *CompareRHS = cast<Constant>(ICI.getOperand(1));
198 CompareRHS, DL, &TLI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 6487 auto *CompareRHS = dyn_cast<ConstantSDNode>(ICmp->getOperand(1));
6488 if (!CompareRHS)
6507 if (CompareRHS->getZExtValue() == FalseVal->getZExtValue())
6509 else if (CompareRHS->getZExtValue() != TrueVal->getZExtValue())
6527 // Optimize the case where CompareRHS is (SRA (SHL (IPM))).
6546 if (CompareRHS->getZExtValue() != 0)

Completed in 27 milliseconds