Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2583 int Generality = getConstraintGenerality(CType); in ChooseConstraint() local
2584 if (Generality > BestGenerality) { in ChooseConstraint()
2587 BestGenerality = Generality; in ChooseConstraint()