Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp118 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h959 static Constant *getFPExtend(Constant *C, Type *Ty,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1648 return getFPExtend(C, Ty, OnlyIfReduced); in getCast()
1790 Constant *ConstantExpr::getFPExtend(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPExtend() function in ConstantExpr
DCore.cpp1682 return wrap(ConstantExpr::getFPExtend(unwrap<Constant>(ConstantVal), in LLVMConstFPExt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp5195 CastedTo = ConstantExpr::getFPExtend(C, SrcTy, true); in lookThroughCast()