Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp494 unsigned CGIOpIdx = K + CGIOpOffset; in getMCOIOperandTypes() local
495 if (CGIOpIdx >= CGI.Operands.size()) { in getMCOIOperandTypes()
499 OpTypes.push_back(CGI.Operands[CGIOpIdx].OperandType); in getMCOIOperandTypes()