Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h121 SDDbgOperand(unsigned VRegOrFrameIdx, Kind Kind) : kind(Kind) { in SDDbgOperand() argument
125 u.VReg = VRegOrFrameIdx; in SDDbgOperand()
127 u.FrameIx = VRegOrFrameIdx; in SDDbgOperand()