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/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 959 static Constant *getFPExtend(Constant *C, Type *Ty,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 1648 return getFPExtend(C, Ty, OnlyIfReduced); in getCast() 1790 Constant *ConstantExpr::getFPExtend(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPExtend() function in ConstantExpr
|
D | Core.cpp | 1682 return wrap(ConstantExpr::getFPExtend(unwrap<Constant>(ConstantVal), in LLVMConstFPExt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 5195 CastedTo = ConstantExpr::getFPExtend(C, SrcTy, true); in lookThroughCast()
|