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

  /external/llvm/lib/MC/
MCExpr.cpp 680 MCValue LHSValue, RHSValue;
684 !ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout,
690 if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
697 RHSValue.getSymB(), RHSValue.getSymA(),
698 -RHSValue.getConstant(),
703 RHSValue.getSymA(), RHSValue.getSymB(),
704 RHSValue.getConstant(),
712 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant()
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 342 llvm::APSInt RHSValue = *KnownRHSValue;
348 APSIntType(RHSValue));
350 CompareType.apply(RHSValue);
354 IntType.apply(RHSValue);
358 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
454 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) {
469 const llvm::APSInt &second = IntType.convert(*RHSValue);
486 return MakeSymIntVal(symIntExpr, op, *RHSValue, resultTy);
500 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs))
501 return MakeSymIntVal(Sym, op, *RHSValue, resultTy)
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 195 milliseconds