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

Declarations

include/llvm/IR/Constants.h
 1092   static Constant *getFPCast(

References

include/llvm/Analysis/TargetFolder.h
  190     return Fold(ConstantExpr::getFPCast(C, DestTy));
include/llvm/IR/ConstantFolder.h
  204     return ConstantExpr::getFPCast(C, DestTy);
lib/IR/Core.cpp
 1758   return wrap(ConstantExpr::getFPCast(unwrap<Constant>(ConstantVal),