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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 5771       ? ConstantExpr::getUIToFP(RHSInt, RHSC->getType()) == RHSC
 5772       : ConstantExpr::getSIToFP(RHSInt, RHSC->getType()) == RHSC;
 5839   return new ICmpInst(Pred, LHSI->getOperand(0), RHSInt);