Searched refs:ToTruncate (Results 1 – 3 of 3) sorted by relevance
121 void Object::truncateSections(function_ref<bool(const Section &)> ToTruncate) { in truncateSections() argument123 if (ToTruncate(Sec)) { in truncateSections()
137 void truncateSections(function_ref<bool(const Section &)> ToTruncate);
1500 Register ToTruncate = Call->ReturnRegister; in genWorkgroupQuery() local1515 ToTruncate = DefaultReg; in genWorkgroupQuery()1574 ToTruncate = SelectionResult; in genWorkgroupQuery()1576 ToTruncate = Extracted; in genWorkgroupQuery()1581 MIRBuilder.buildZExtOrTrunc(Call->ReturnRegister, ToTruncate); in genWorkgroupQuery()