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

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
 1688   if (!isa<UIToFPInst>(FI.getOperand(0)) && !isa<SIToFPInst>(FI.getOperand(0)))
 1688   if (!isa<UIToFPInst>(FI.getOperand(0)) && !isa<SIToFPInst>(FI.getOperand(0)))
 1690   Instruction *OpI = cast<Instruction>(FI.getOperand(0));
 1693   Type *FITy = FI.getType();
 1697   bool IsOutputSigned = isa<FPToSIInst>(FI);
 1721       return replaceInstUsesWith(FI, SrcI);