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

/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp364 llvm::APSInt LHSValue = lhs.castAs<nonloc::ConcreteInt>().getValue(); local
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)
/external/llvm/lib/MC/
H A DMCExpr.cpp732 MCValue LHSValue, RHSValue; local
734 if (!ABE->getLHS()->EvaluateAsRelocatableImpl(LHSValue, Asm, Layout, Addrs,
742 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
748 return EvaluateSymbolicAdd(Asm, Layout, Addrs, InSet, LHSValue,
754 return EvaluateSymbolicAdd(Asm, Layout, Addrs, InSet, LHSValue,
764 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant();
/external/clang/lib/AST/
H A DExprConstant.cpp6682 LValue LHSValue, RHSValue;
6684 bool LHSOK = EvaluatePointer(E->getLHS(), LHSValue, Info);
6693 if (!HasSameBase(LHSValue, RHSValue)) {
6696 if (!LHSValue.Offset.isZero() || !RHSValue.Offset.isZero())
6698 const Expr *LHSExpr = LHSValue.Base.dyn_cast<const Expr*>();
6720 if ((!LHSValue.Base && !LHSValue.Offset.isZero()) ||
6727 if ((IsLiteralLValue(LHSValue) || IsLiteralLValue(RHSValue)) &&
6728 LHSValue.Base && RHSValue.Base)
6732 if (IsWeakLValue(LHSValue) || IsWeakLValu
[all...]
H A DASTContext.cpp7186 QualType LHSValue = LHS->getAs<AtomicType>()->getValueType(); local
7189 LHSValue = LHSValue.getUnqualifiedType();
7192 QualType ResultType = mergeTypes(LHSValue, RHSValue, false,
7195 if (getCanonicalType(LHSValue) == getCanonicalType(ResultType))

Completed in 244 milliseconds