Home
last modified time | relevance | path

Searched refs:getMImmVal (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp402 const MCExpr *getMImmVal() const { in getMImmVal() function in __anon944a62760211::VEOperand
460 OS << "MImm: (" << getMImmVal() << (getM0Flag() ? ")0" : ")1") << "\n"; in print()
582 const auto *ConstExpr = dyn_cast<MCConstantExpr>(getMImmVal()); in addMImmOperands()