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

Declarations

include/llvm/IR/InstrTypes.h
  578   static CastInst *CreateFPCast(

References

include/llvm/IR/IRBuilder.h
 2074     return Insert(CastInst::CreateFPCast(V, DestTy), Name);
include/llvm/IR/NoFolder.h
  268     return CastInst::CreateFPCast(C, DestTy);
lib/Transforms/InstCombine/InstCombineCasts.cpp
 1615         return CastInst::CreateFPCast(ExactResult, Ty);