Searched defs:irt (Results 1 – 5 of 5) sorted by relevance
41 typename Container::insert_return_type irt = c.insert(std::move(node)); test() local 52 auto irt = c.insert(std::move(def)); test() local 61 auto irt = c.insert(std::move(dupl)); test() local [all...]
42 typename Container::insert_return_type irt = c.insert(std::move(node)); test() local 53 auto irt = c.insert(std::move(def)); test() local 62 auto irt = c.insert(std::move(dupl)); test() local [all...]
647 GISelSwitchLowering(IRTranslator * irt,FunctionLoweringInfo & funcinfo) GISelSwitchLowering() argument