Searched defs:SDDbgOperand (Results 1 – 3 of 3) sorted by relevance
114 SDDbgOperand(SDNode *N, unsigned R) : kind(SDNODE) { in SDDbgOperand() function119 SDDbgOperand(const Value *C) : kind(CONST) { u.Const = C; } in SDDbgOperand() function121 SDDbgOperand(unsigned VRegOrFrameIdx, Kind Kind) : kind(Kind) { in SDDbgOperand() function
28 class SDDbgOperand; variable
83 class SDDbgOperand; variable