Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h1035 static Constant *getFPTrunc(Constant *C, Type *Ty,
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantsTest.cpp269 CHECK(ConstantExpr::getFPTrunc(P2, FloatTy), in TEST()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp1960 return getFPTrunc(C, Ty, OnlyIfReduced); in getCast()
2103 Constant *ConstantExpr::getFPTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPTrunc() function in ConstantExpr
H A DCore.cpp1707 return wrap(ConstantExpr::getFPTrunc(unwrap<Constant>(ConstantVal), in LLVMConstFPTrunc()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp289 return ConstantExpr::getFPTrunc(C, &Ty, /* OnlyIfReduced */ true); in getWithType()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1203 See the method [llvm::ConstantExpr::getFPTrunc]. *)
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp6315 CastedTo = ConstantExpr::getFPTrunc(C, SrcTy, true); in lookThroughCast()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp319 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()