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 556 MCValue LHSValue, RHSValue;
558 if (!ABE->getLHS()->EvaluateAsRelocatableImpl(LHSValue, Asm, Layout,
566 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
572 return EvaluateSymbolicAdd(Asm, Layout, Addrs, InSet, LHSValue,
578 return EvaluateSymbolicAdd(Asm, Layout, Addrs, InSet, LHSValue,
588 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant();
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 365 llvm::APSInt LHSValue = lhs.castAs<nonloc::ConcreteInt>().getValue();
374 APSIntType CompareType = std::max(APSIntType(LHSValue),
376 CompareType.apply(LHSValue);
380 IntType.apply(LHSValue);
385 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
414 if (LHSValue.isAllOnesValue() && LHSValue.isSigned())
419 if (LHSValue == 0)
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]

Completed in 61 milliseconds