HomeSort by: relevance | last modified time | path
    Searched defs:getDoubleTy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp 45 case DoubleTyID : return getDoubleTy(C);
185 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; }
218 return getDoubleTy(C)->getPointerTo(AS);
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 98 DIType *getDoubleTy();
835 DIType *DebugInfo::getDoubleTy() {
857 DIType *DblTy = KSDbgInfo.getDoubleTy();
898 return TmpB.CreateAlloca(Type::getDoubleTy(*TheContext), nullptr, VarName);
914 return Builder->CreateLoad(Type::getDoubleTy(*TheContext), V, Name.c_str());
971 return Builder->CreateUIToFP(L, Type::getDoubleTy(*TheContext), "booltmp");
1054 PHINode *PN = Builder->CreatePHI(Type::getDoubleTy(*TheContext), 2, "iftmp");
1135 Value *CurVar = Builder->CreateLoad(Type::getDoubleTy(*TheContext), Alloca,
1161 return Constant::getNullValue(Type::getDoubleTy(*TheContext));
1216 std::vector<Type *> Doubles(Args.size(), Type::getDoubleTy(*TheContext))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 551 Type *getDoubleTy() {
552 return Type::getDoubleTy(Context);

Completed in 21 milliseconds