Searched refs:RHSValue (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCExpr.cpp500 MCValue LHSValue, RHSValue; local
504 !ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout,
510 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
517 RHSValue.getSymB(), RHSValue.getSymA(),
518 -RHSValue.getConstant(),
523 RHSValue.getSymA(), RHSValue.getSymB(),
524 RHSValue.getConstant(),
532 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp368 llvm::APSInt RHSValue = *KnownRHSValue; local
374 APSIntType(RHSValue));
376 CompareType.apply(RHSValue);
380 IntType.apply(RHSValue);
384 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
480 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) {
495 const llvm::APSInt &second = IntType.convert(*RHSValue);
512 return MakeSymIntVal(symIntExpr, op, *RHSValue, resultTy);
526 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs))
527 return MakeSymIntVal(Sym, op, *RHSValue, resultT
[all...]
/external/llvm/lib/MC/
H A DMCExpr.cpp686 MCValue LHSValue, RHSValue; local
690 !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,
696 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
704 RHSValue.getSymB(), RHSValue.getSymA(),
705 -(uint64_t)RHSValue.getConstant(), Res);
709 RHSValue.getSymA(), RHSValue.getSymB(),
710 RHSValue.getConstant(), Res);
717 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp3970 APValue RHSValue; local
3972 RHS, RHSValue))
3975 RHSValue))
7589 LValue LHSValue, RHSValue; local
7595 if (!EvaluatePointer(E->getRHS(), RHSValue, Info) || !LHSOK)
7600 if (!HasSameBase(LHSValue, RHSValue)) {
7603 if (!LHSValue.Offset.isZero() || !RHSValue.Offset.isZero())
7606 const Expr *RHSExpr = RHSValue.Base.dyn_cast<const Expr*>();
7627 (!RHSValue.Base && !RHSValue
7806 MemberPtr LHSValue, RHSValue; local
[all...]
H A DASTContext.cpp7799 QualType RHSValue = RHS->getAs<AtomicType>()->getValueType(); local
7802 RHSValue = RHSValue.getUnqualifiedType();
7804 QualType ResultType = mergeTypes(LHSValue, RHSValue, false,
7809 if (getCanonicalType(RHSValue) == getCanonicalType(ResultType))
7907 QualType RHSValue = RHS->getAs<PipeType>()->getElementType(); local
7910 RHSValue = RHSValue.getUnqualifiedType();
7912 QualType ResultType = mergeTypes(LHSValue, RHSValue, false,
7917 if (getCanonicalType(RHSValue)
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp8037 llvm::APSInt RHSValue; local
8039 RHS.get()->EvaluateAsInt(RHSValue, S.Context) && RHSValue == 0)

Completed in 491 milliseconds