Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp191 unsigned RDVal; member
395 return RD.RDVal; in getRDVal()
636 static std::unique_ptr<VEOperand> CreateRDOp(unsigned RDVal, SMLoc S, in CreateRDOp() argument
639 Op->RD.RDVal = RDVal; in CreateRDOp()