HomeSort by relevance Sort by last modified time
    Searched defs:DoubleTy (Results 1 - 15 of 15) sorted by null

  /frameworks/rs/rsov/compiler/spirit/
transformer_test.cpp 49 auto *DoubleTy = getModule()->getFloatType(64);
50 ConstantInst *ConstDouble2 = getModule()->getConstant(DoubleTy, 2.0);
51 auto ret = new IAddInst(DoubleTy, mul, ConstDouble2);
  /external/clang/lib/CodeGen/
CodeGenTypeCache.h 39 llvm::Type *FloatTy, *DoubleTy;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContextImpl.h 172 Type VoidTy, LabelTy, FloatTy, DoubleTy, MetadataTy;
  /external/llvm/unittests/IR/
ConstantsTest.cpp 200 Type *DoubleTy = Type::getDoubleTy(Context);
209 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy);
266 CHECK(ConstantExpr::getFPExtend(P1, DoubleTy), "fpext float " P1STR
InstructionsTest.cpp 184 Type *DoubleTy = Type::getDoubleTy(C);
243 EXPECT_FALSE(CastInst::isBitCastable(DoubleTy, FloatTy));
244 EXPECT_FALSE(CastInst::isBitCastable(FloatTy, DoubleTy));
  /external/llvm/lib/IR/
LLVMContextImpl.h     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 337 milliseconds