reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 5381   unsigned Op0Cplxity = getComplexity(Op0);
 5382   unsigned Op1Cplxity = getComplexity(Op1);
 5959   if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) {
 5959   if (getComplexity(I.getOperand(0)) < getComplexity(I.getOperand(1))) {
lib/Transforms/InstCombine/InstructionCombining.cpp
  321     if (I.isCommutative() && getComplexity(I.getOperand(0)) <
  322         getComplexity(I.getOperand(1)))