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

  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 364 llvm::APSInt LHSValue = lhs.castAs<nonloc::ConcreteInt>().getValue();
373 APSIntType CompareType = std::max(APSIntType(LHSValue),
375 CompareType.apply(LHSValue);
379 IntType.apply(LHSValue);
384 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
413 if (LHSValue.isAllOnesValue() && LHSValue.isSigned())
418 if (LHSValue == 0)
    [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 708 MCValue LHSValue, RHSValue;
710 if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup,
718 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
724 return EvaluateSymbolicAdd(Asm, Layout, Addrs, InSet, LHSValue,
729 return EvaluateSymbolicAdd(Asm, Layout, Addrs, InSet, LHSValue,
738 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant();
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]

Completed in 528 milliseconds