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

  /external/swiftshader/third_party/LLVM/lib/MC/
MCExpr.cpp 348 /// Result = (Result_A - Result_B + Result_Cst)
378 int64_t Result_Cst = LHS_Cst + RHS_Cst;
396 Result_Cst);
398 Result_Cst);
400 Result_Cst);
402 Result_Cst);
419 Res = MCValue::get(A, B, Result_Cst);
  /external/llvm/lib/MC/
MCExpr.cpp 507 /// Result = (Result_A - Result_B + Result_Cst)
535 int64_t Result_Cst = LHS_Cst + RHS_Cst;
553 Result_Cst);
555 Result_Cst);
557 Result_Cst);
559 Result_Cst);
571 Res = MCValue::get(A, B, Result_Cst);

Completed in 208 milliseconds