HomeSort by relevance Sort by last modified time
    Searched full:rhsint (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 455 const nonloc::ConcreteInt *rhsInt = dyn_cast<nonloc::ConcreteInt>(&rhs);
456 if (!rhsInt)
472 BasicVals.Convert(resultTy, rhsInt->getValue());
483 return MakeSymIntVal(symIntExpr, op, rhsInt->getValue(), resultTy);
877 if (nonloc::ConcreteInt *rhsInt = dyn_cast<nonloc::ConcreteInt>(&rhs)) {
878 const llvm::APSInt *x = &rhsInt->getValue();
893 if (nonloc::ConcreteInt *rhsInt = dyn_cast<nonloc::ConcreteInt>(&rhs)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 615 SDValue RHSInt = GetSoftenedFloat(NewRHS);
681 SDValue Ops[2] = { LHSInt, RHSInt };
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/icu4c/i18n/
decNumber.c 1965 Flag rhsint=0; \/* 1 if rhs is an integer *\/ local
    [all...]

Completed in 376 milliseconds