Home
last modified time | relevance | path

Searched defs:RegSubRegPair (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h275 struct RegSubRegPair { struct
278 RegSubRegPair(unsigned Reg = 0, unsigned SubReg = 0) argument
284 struct RegSubRegPairAndIdx : RegSubRegPair { argument
288 : RegSubRegPair(Reg, SubReg), SubIdx(SubIdx) {} in RegSubRegPair() function