Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3643 int Generality = getConstraintGenerality(CType); in ChooseConstraint() local
3644 if (Generality > BestGenerality) { in ChooseConstraint()
3647 BestGenerality = Generality; in ChooseConstraint()