Searched refs:LHSValue (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/MC/
H A DMCExpr.cpp680 MCValue LHSValue, RHSValue; local
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/
H A DSimpleSValBuilder.cpp338 llvm::APSInt LHSValue = lhs.castAs<nonloc::ConcreteInt>().getValue(); local
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)
/external/clang/lib/AST/
H A DExprConstant.cpp6482 LValue LHSValue, RHSValue;
6484 bool LHSOK = EvaluatePointer(E->getLHS(), LHSValue, Info);
6493 if (!HasSameBase(LHSValue, RHSValue)) {
6496 if (!LHSValue.Offset.isZero() || !RHSValue.Offset.isZero())
6498 const Expr *LHSExpr = LHSValue.Base.dyn_cast<const Expr*>();
6520 if ((!LHSValue.Base && !LHSValue.Offset.isZero()) ||
6527 if ((IsLiteralLValue(LHSValue) || IsLiteralLValue(RHSValue)) &&
6528 LHSValue.Base && RHSValue.Base)
6532 if (IsWeakLValue(LHSValue) || IsWeakLValu
[all...]
H A DASTContext.cpp7248 QualType LHSValue = LHS->getAs<AtomicType>()->getValueType(); local
7251 LHSValue = LHSValue.getUnqualifiedType();
7254 QualType ResultType = mergeTypes(LHSValue, RHSValue, false,
7257 if (getCanonicalType(LHSValue) == getCanonicalType(ResultType))

Completed in 152 milliseconds