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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 5611   int MantissaWidth = LHSI->getType()->getFPMantissaWidth();
 5614   IntegerType *IntTy = cast<IntegerType>(LHSI->getOperand(0)->getType());
 5616   bool LHSUnsigned = isa<UIToFPInst>(LHSI);
 5839   return new ICmpInst(Pred, LHSI->getOperand(0), RHSInt);