Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8876 auto addOp = [&](uint16_t ParsedOprIdx) { // NOLINT:function pointer in cvtVOPD() argument
8877 AMDGPUOperand &Op = ((AMDGPUOperand &)*Operands[ParsedOprIdx]); in cvtVOPD()