Searched refs:LLVMDoubleType (Results 1 – 15 of 15) sorted by relevance
43 class LLVMDoubleType; variable93 bool isDoubleTy() { return isa<LLVMDoubleType>(); } in isDoubleTy()98 isa<LLVMFloatType>() || isa<LLVMDoubleType>() || in isFloatingPointTy()246 DEFINE_TRIVIAL_LLVM_TYPE(LLVMDoubleType);
88 "::mlir::LLVM::LLVMDoubleType, "
67 #define LLVMDoubleType ILLEGAL_LLVM_FUNCTION macro
50 .Case([this](LLVM::LLVMDoubleType) { in translateType() argument224 return LLVM::LLVMDoubleType::get(&context); in translatePrimitiveType()
32 .Case<LLVMDoubleType>([&](Type) { return "double"; }) in getTypeKeyword()448 .Case("double", [&] { return LLVMDoubleType::get(ctx); }) in parseTypeImpl()
47 .Case<LLVMDoubleType, LLVMX86MMXType>( in getPrimitiveSizeInBits()166 return LLVMDoubleType::get(context); in getDoubleTy()
1765 LLVMDoubleType, in initialize()
917 LLVMTypeRef LLVMDoubleType(void);
1210 LLVMTypeRef LLVMDoubleType(void);
1198 LLVMTypeRef LLVMDoubleType(void);
461 LLVMTypeRef LLVMDoubleType(void) { in LLVMDoubleType() function
513 func DoubleType() (t Type) { t.C = C.LLVMDoubleType(); return }
578 func DoubleType() (t Type) { t.C = C.LLVMDoubleType(); return }
636 LLVMTypeRef LLVMDoubleType(void) { in LLVMDoubleType() function
624 LLVMTypeRef LLVMDoubleType(void) { in LLVMDoubleType() function