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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 5971 Constant *RHSInt = LHSUnsigned
5976 ? ConstantExpr::getUIToFP(RHSInt, RHSC->getType()) == RHSC
5977 : ConstantExpr::getSIToFP(RHSInt, RHSC->getType()) == RHSC;
6044 return new ICmpInst(Pred, LHSI->getOperand(0), RHSInt);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 12219 const auto *RHSInt = dyn_cast<IntegerLiteral>(XorRHS.get());
12223 if (!RHSInt) {
12229 RHSInt = dyn_cast<IntegerLiteral>(UO->getSubExpr());
12230 if (!RHSInt)
12240 llvm::APInt RightSideValue = RHSInt->getValue();
12248 LHSInt->getBeginLoc(), S.getLocForEndOfToken(RHSInt->getLocation()));
12264 CharSourceRange::getTokenRange(RHSInt->getSourceRange()),

Completed in 31 milliseconds