Searched refs:CalleeVectorWidth (Results 1 – 2 of 2) sorted by relevance
1826 uint64_t CalleeVectorWidth; in adjustMinLegalVectorWidth() local1829 .getAsInteger(0, CalleeVectorWidth); in adjustMinLegalVectorWidth()1830 if (CallerVectorWidth < CalleeVectorWidth) in adjustMinLegalVectorWidth()
2019 uint64_t CallerVectorWidth, CalleeVectorWidth; in adjustMinLegalVectorWidth() local2021 CalleeAttr.getValueAsString().getAsInteger(0, CalleeVectorWidth); in adjustMinLegalVectorWidth()2022 if (CallerVectorWidth < CalleeVectorWidth) in adjustMinLegalVectorWidth()