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);
943 Register ToTruncate = Call->ReturnRegister; in genWorkgroupQuery() local958 ToTruncate = DefaultReg; in genWorkgroupQuery()1016 ToTruncate = SelectionResult; in genWorkgroupQuery()1018 ToTruncate = Extracted; in genWorkgroupQuery()1023 MIRBuilder.buildZExtOrTrunc(Call->ReturnRegister, ToTruncate); in genWorkgroupQuery()