Searched refs:getFPExtend (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LibCallsShrinkWrap.cpp | 119 V = ConstantExpr::getFPExtend(V, Arg->getType()); in createCond() 444 V = ConstantExpr::getFPExtend(V, Exp->getType()); in generateCondForPow() 473 V = ConstantExpr::getFPExtend(V, Exp->getType()); in generateCondForPow() 475 V0 = ConstantExpr::getFPExtend(V0, Exp->getType()); in generateCondForPow()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1062 static Constant *getFPExtend(Constant *C, Type *Ty,
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Constants.cpp | 1992 return getFPExtend(C, Ty, OnlyIfReduced); in getCast() 2145 Constant *ConstantExpr::getFPExtend(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPExtend() function in ConstantExpr
|
| H A D | Core.cpp | 1700 return wrap(ConstantExpr::getFPExtend(unwrap<Constant>(ConstantVal), in LLVMConstFPExt()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 6504 CastedTo = ConstantExpr::getFPExtend(C, SrcTy, true); in lookThroughCast()
|