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

  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 368 llvm::APSInt RHSValue = *KnownRHSValue;
374 APSIntType(RHSValue));
376 CompareType.apply(RHSValue);
380 IntType.apply(RHSValue);
384 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
480 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) {
495 const llvm::APSInt &second = IntType.convert(*RHSValue);
512 return MakeSymIntVal(symIntExpr, op, *RHSValue, resultTy);
526 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs))
527 return MakeSymIntVal(Sym, op, *RHSValue, resultTy)
    [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 708 MCValue LHSValue, RHSValue;
712 !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,
718 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
725 RHSValue.getSymB(), RHSValue.getSymA(),
726 -RHSValue.getConstant(), Res);
730 RHSValue.getSymA(), RHSValue.getSymB(),
731 RHSValue.getConstant(), Res);
738 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant()
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 538 milliseconds