Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1029 auto GetComplexity = [](Constant *V) { in evaluateICmpRelation() local
1038 if (GetComplexity(V1) < GetComplexity(V2)) { in evaluateICmpRelation()