Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3156 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst() local
3162 if (Op0Cplxity < Op1Cplxity || in visitICmpInst()
3163 (Op0Cplxity == Op1Cplxity && swapMayExposeCSEOpportunities(Op0, Op1))) { in visitICmpInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4612 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst() local
4618 if (Op0Cplxity < Op1Cplxity || in visitICmpInst()
4619 (Op0Cplxity == Op1Cplxity && swapMayExposeCSEOpportunities(Op0, Op1))) { in visitICmpInst()