Searched refs:getFPExtend (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LibCallsShrinkWrap.cpp | 116 V = ConstantExpr::getFPExtend(V, Arg->getType()); in createCond() 441 V = ConstantExpr::getFPExtend(V, Exp->getType()); in generateCondForPow() 470 V = ConstantExpr::getFPExtend(V, Exp->getType()); in generateCondForPow() 472 V0 = ConstantExpr::getFPExtend(V0, Exp->getType()); in generateCondForPow()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1037 static Constant *getFPExtend(Constant *C, Type *Ty,
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantsTest.cpp | 271 CHECK(ConstantExpr::getFPExtend(P1, DoubleTy), in TEST()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Constants.cpp | 1962 return getFPExtend(C, Ty, OnlyIfReduced); in getCast() 2115 Constant *ConstantExpr::getFPExtend(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPExtend() function in ConstantExpr
|
| H A D | Core.cpp | 1712 return wrap(ConstantExpr::getFPExtend(unwrap<Constant>(ConstantVal), in LLVMConstFPExt()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 6312 CastedTo = ConstantExpr::getFPExtend(C, SrcTy, true); in lookThroughCast()
|