Searched defs: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 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))
/external/clang/lib/Sema/
H A DSemaChecking.cpp4874 llvm::APSInt LHSValue; local
4876 LHS->isIntegerConstantExpr(LHSValue, S.Context);
4880 DiagnoseOutOfRangeComparison(S, E, LHS, RHS, LHSValue, false);

Completed in 106 milliseconds