Searched refs:getComplexity (Results 1 – 3 of 3) sorted by relevance
42 static inline unsigned getComplexity(Value *V) { in getComplexity() function
2093 unsigned Op0Cplxity = getComplexity(Op0); in visitICmpInst()2094 unsigned Op1Cplxity = getComplexity(Op1); in visitICmpInst()3225 if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) { in visitFCmpInst()
209 if (I.isCommutative() && getComplexity(I.getOperand(0)) < in SimplifyAssociativeOrCommutative()210 getComplexity(I.getOperand(1))) in SimplifyAssociativeOrCommutative()