Searched refs:Result_Cst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/
H A DMCExpr.cpp381 /// Result = (Result_A - Result_B + Result_Cst)
411 int64_t Result_Cst = LHS_Cst + RHS_Cst; local
429 Result_Cst);
431 Result_Cst);
433 Result_Cst);
435 Result_Cst);
452 Res = MCValue::get(A, B, Result_Cst);

Completed in 46 milliseconds