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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp508 const MCConstantExpr *ConstExp = nullptr; local
511 ConstExp = cast<MCConstantExpr>(BinExpr->getRHS());
521 if (ConstExp != nullptr)
522 O << '+' << ConstExp->getValue();

Completed in 119 milliseconds