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

/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp376 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp384 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp485 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp581 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp677 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1066 Value *CreateUIToFP(Value *V, Type *DestTy, const Twine &Name = ""){ function in class:llvm::IRBuilder
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp1880 return usgn ? Builder.CreateUIToFP(Ops[0], Ty, "vcvt")
H A DCGExprScalar.cpp747 Res = Builder.CreateUIToFP(Src, DstTy, "conv");
/external/llvm/lib/IR/
H A DCore.cpp2172 return wrap(unwrap(B)->CreateUIToFP(unwrap(Val), unwrap(DestTy), Name));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2149 See the method [llvm::LLVMBuilder::CreateUIToFP]. *)

Completed in 106 milliseconds