Searched refs:ConstExp (Results 1 – 1 of 1) sorted by relevance
564 const MCConstantExpr *ConstExp = nullptr; in printTLSCall() local567 ConstExp = cast<MCConstantExpr>(BinExpr->getRHS()); in printTLSCall()584 if (ConstExp != nullptr) in printTLSCall()585 O << '+' << ConstExp->getValue(); in printTLSCall()