HomeSort by relevance Sort by last modified time
    Searched refs:CreateUIToFP (Results 1 - 16 of 16) sorted by null

  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 378 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 386 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 487 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 583 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 679 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 703 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
    [all...]
toy.cpp 1070 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 928 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 685 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
    [all...]
toy.cpp 968 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 785 Res = Builder.CreateUIToFP(Src, DstTy, "conv");
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 513 milliseconds