Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp116 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 DConstants.h1037 static Constant *getFPExtend(Constant *C, Type *Ty,
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantsTest.cpp271 CHECK(ConstantExpr::getFPExtend(P1, DoubleTy), in TEST()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp1962 return getFPExtend(C, Ty, OnlyIfReduced); in getCast()
2115 Constant *ConstantExpr::getFPExtend(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPExtend() function in ConstantExpr
H A DCore.cpp1712 return wrap(ConstantExpr::getFPExtend(unwrap<Constant>(ConstantVal), in LLVMConstFPExt()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp6312 CastedTo = ConstantExpr::getFPExtend(C, SrcTy, true); in lookThroughCast()