Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h204 return ConstantExpr::getFPCast(C, DestTy); in CreateFPCast()
DConstants.h1093 static Constant *getFPCast(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h190 return Fold(ConstantExpr::getFPCast(C, DestTy)); in CreateFPCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1724 Constant *ConstantExpr::getFPCast(Constant *C, Type *Ty) { in getFPCast() function in ConstantExpr
DCore.cpp1758 return wrap(ConstantExpr::getFPCast(unwrap<Constant>(ConstantVal), in LLVMConstFPCast()