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

  /external/llvm/lib/MC/
MCExpr.cpp 732 MCValue LHSValue, RHSValue;
736 !ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout, Addrs,
742 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
749 RHSValue.getSymB(), RHSValue.getSymA(),
750 -RHSValue.getConstant(),
755 RHSValue.getSymA(), RHSValue.getSymB(),
756 RHSValue.getConstant(),
764 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/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 169 milliseconds