Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2567 int Generality = getConstraintGenerality(CType); in ChooseConstraint() local
2568 if (Generality > BestGenerality) { in ChooseConstraint()
2571 BestGenerality = Generality; in ChooseConstraint()