HomeSort by relevance Sort by last modified time
    Searched refs:RHSValue (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/MC/
MCExpr.cpp 500 MCValue LHSValue, RHSValue;
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.getConstant()
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 368 llvm::APSInt RHSValue = *KnownRHSValue;
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, resultTy)
    [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 686 MCValue LHSValue, RHSValue;
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.getConstant()
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 325 milliseconds