Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp119 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 DConstants.h1062 static Constant *getFPExtend(Constant *C, Type *Ty,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp1992 return getFPExtend(C, Ty, OnlyIfReduced); in getCast()
2145 Constant *ConstantExpr::getFPExtend(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPExtend() function in ConstantExpr
H A DCore.cpp1700 return wrap(ConstantExpr::getFPExtend(unwrap<Constant>(ConstantVal), in LLVMConstFPExt()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp6504 CastedTo = ConstantExpr::getFPExtend(C, SrcTy, true); in lookThroughCast()