Searched refs:CreateUIToFP (Results 1 - 16 of 16) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp378 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp386 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp487 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp583 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp679 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp703 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
H A Dtoy.cpp1070 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp928 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp685 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
H A Dtoy.cpp968 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1241 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp785 Res = Builder.CreateUIToFP(Src, DstTy, "conv");
1027 Res = Builder.CreateUIToFP(Src, DstTy, "conv");
H A DCGBuiltin.cpp2610 return Usgn ? Builder.CreateUIToFP(Ops[0], Ty, "vcvt")
4022 return Builder.CreateUIToFP(Ops[0], FTy);
4735 return usgn ? Builder.CreateUIToFP(Ops[0], Ty, "vcvt")
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1137 Value *CreateUIToFP(Value *V, Type *DestTy, const Twine &Name = ""){ function in class:llvm::IRBuilder
/external/llvm/lib/IR/
H A DCore.cpp2400 return wrap(unwrap(B)->CreateUIToFP(unwrap(Val), unwrap(DestTy), Name));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2225 See the method [llvm::LLVMBuilder::CreateUIToFP]. *)

Completed in 461 milliseconds