Searched refs:getFPTrunc (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1035 static Constant *getFPTrunc(Constant *C, Type *Ty,
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantsTest.cpp | 269 CHECK(ConstantExpr::getFPTrunc(P2, FloatTy), in TEST()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Constants.cpp | 1960 return getFPTrunc(C, Ty, OnlyIfReduced); in getCast() 2103 Constant *ConstantExpr::getFPTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPTrunc() function in ConstantExpr
|
| H A D | Core.cpp | 1707 return wrap(ConstantExpr::getFPTrunc(unwrap<Constant>(ConstantVal), in LLVMConstFPTrunc()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 289 return ConstantExpr::getFPTrunc(C, &Ty, /* OnlyIfReduced */ true); in getWithType()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1203 See the method [llvm::ConstantExpr::getFPTrunc]. *)
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 6315 CastedTo = ConstantExpr::getFPTrunc(C, SrcTy, true); in lookThroughCast()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 319 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType)); in ExpandConstantFP()
|