Searched refs:getFPExtend (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 118 V = ConstantExpr::getFPExtend(V, Arg->getType()); in createCond() 443 V = ConstantExpr::getFPExtend(V, Exp->getType()); in generateCondForPow() 472 V = ConstantExpr::getFPExtend(V, Exp->getType()); in generateCondForPow() 474 V0 = ConstantExpr::getFPExtend(V0, Exp->getType()); in generateCondForPow()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Constants.h | 1005 static Constant *getFPExtend(Constant *C, Type *Ty,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Constants.cpp | 1995 return getFPExtend(C, Ty, OnlyIfReduced); in getCast() 2137 Constant *ConstantExpr::getFPExtend(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPExtend() function in ConstantExpr
|
H A D | Core.cpp | 1731 return wrap(ConstantExpr::getFPExtend(unwrap<Constant>(ConstantVal), in LLVMConstFPExt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 6073 CastedTo = ConstantExpr::getFPExtend(C, SrcTy, true); in lookThroughCast()
|