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

  /external/llvm/lib/MC/
MCExpr.cpp 533 MCValue LHSValue, RHSValue;
537 !ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout,
543 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
550 RHSValue.getSymB(), RHSValue.getSymA(),
551 -RHSValue.getConstant(),
556 RHSValue.getSymA(), RHSValue.getSymB(),
557 RHSValue.getConstant(),
565 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant()
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 363 llvm::APSInt RHSValue = *KnownRHSValue;
369 APSIntType(RHSValue));
371 CompareType.apply(RHSValue);
375 IntType.apply(RHSValue);
379 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
471 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) {
486 const llvm::APSInt &second = IntType.convert(*RHSValue);
503 return MakeSymIntVal(symIntExpr, op, *RHSValue, resultTy);
517 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs))
518 return MakeSymIntVal(Sym, op, *RHSValue, resultTy)
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]

Completed in 173 milliseconds