Searched refs:Generality (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4583 int Generality = getConstraintGenerality(CType); local
4584 if (Generality > BestGenerality) {
4587 BestGenerality = Generality;

Completed in 110 milliseconds