Searched refs:getComplexity (Results 1 – 3 of 3) sorted by relevance
41 static inline unsigned getComplexity(Value *V) { in getComplexity() function
1816 if (getComplexity(Op0) < getComplexity(Op1)) { in visitICmpInst()2853 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
188 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()189 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()