Home
last modified time | relevance | path

Searched refs:NumRealParts (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4232 const int NumRealParts = (DstSize + NarrowSize - 1) / NarrowSize; in reduceOperationWidth() local
4234 for (int I = 0; I != NumRealParts; ++I) { in reduceOperationWidth()
4252 int NumUndefParts = NumParts - NumRealParts; in reduceOperationWidth()