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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2094 unsigned Op1Cplxity = getComplexity(Op1); local
2099 if (Op0Cplxity < Op1Cplxity ||
2100 (Op0Cplxity == Op1Cplxity &&

Completed in 44 milliseconds