Searched refs:CanBeTranslatedToDynamicSlice (Results 1 – 2 of 2) sorted by relevance
537 def CanBeTranslatedToDynamicSlice : Constraint<CPred<538 "CanBeTranslatedToDynamicSlice($0, $1, $2.cast<DenseIntElementsAttr>())">>;549 [(CanBeTranslatedToDynamicSlice $input, $starting_indices,
984 static bool CanBeTranslatedToDynamicSlice(Value input, Value start_indices, in CanBeTranslatedToDynamicSlice() function