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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 5621     APSInt RHSCvt(IntTy->getBitWidth(), LHSUnsigned);
 5646   unsigned InputSize = IntTy->getScalarSizeInBits();
 5710   unsigned IntWidth = IntTy->getScalarSizeInBits();
 5767     ? ConstantExpr::getFPToUI(RHSC, IntTy)
 5768     : ConstantExpr::getFPToSI(RHSC, IntTy);