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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2330 unsigned Op0Cplxity = getComplexity(Op0); local
2336 if (Op0Cplxity < Op1Cplxity ||
2337 (Op0Cplxity == Op1Cplxity &&

Completed in 2711 milliseconds