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

  /external/llvm/lib/MC/
MCExpr.cpp 680 MCValue LHSValue, RHSValue;
682 if (!ABE->getLHS()->EvaluateAsRelocatableImpl(LHSValue, Asm, Layout,
690 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
696 return EvaluateSymbolicAdd(Asm, Layout, Addrs, InSet, LHSValue,
702 return EvaluateSymbolicAdd(Asm, Layout, Addrs, InSet, LHSValue,
712 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant();
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 338 llvm::APSInt LHSValue = lhs.castAs<nonloc::ConcreteInt>().getValue();
347 APSIntType CompareType = std::max(APSIntType(LHSValue),
349 CompareType.apply(LHSValue);
353 IntType.apply(LHSValue);
358 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
387 if (LHSValue.isAllOnesValue() && LHSValue.isSigned())
392 if (LHSValue == 0)
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]

Completed in 481 milliseconds