Home
last modified time | relevance | path

Searched refs:getFPTrunc (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1008 static Constant *getFPTrunc(Constant *C, Type *Ty,
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1995 return getFPTrunc(C, Ty, OnlyIfReduced); in getCast()
2127 Constant *ConstantExpr::getFPTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPTrunc() function in ConstantExpr
H A DCore.cpp1726 return wrap(ConstantExpr::getFPTrunc(unwrap<Constant>(ConstantVal), in LLVMConstFPTrunc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp258 return ConstantExpr::getFPTrunc(C, &Ty, /* OnlyIfReduced */ true); in getWithType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp321 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6134 CastedTo = ConstantExpr::getFPTrunc(C, SrcTy, true); in lookThroughCast()