Searched refs:ToTruncate (Results 1 – 3 of 3) sorted by relevance
120 void Object::truncateSections(function_ref<bool(const Section &)> ToTruncate) { in truncateSections() argument122 if (ToTruncate(Sec)) { in truncateSections()
136 void truncateSections(function_ref<bool(const Section &)> ToTruncate);
1341 Register ToTruncate = Call->ReturnRegister; in genWorkgroupQuery() local1356 ToTruncate = DefaultReg; in genWorkgroupQuery()1414 ToTruncate = SelectionResult; in genWorkgroupQuery()1416 ToTruncate = Extracted; in genWorkgroupQuery()1421 MIRBuilder.buildZExtOrTrunc(Call->ReturnRegister, ToTruncate); in genWorkgroupQuery()