Searched defs:UpdateRecord (Results 1 – 2 of 2) sorted by relevance
102 struct UpdateRecord { struct in __anon887498c20111::AArch64PromoteConstant103 Constant *C;104 Instruction *User;105 unsigned Op;107 UpdateRecord(Constant *C, Instruction *User, unsigned Op) in UpdateRecord() function
381 using UpdateRecord = SmallVector<DeclUpdate, 1>; variable