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