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

  /external/clang/lib/CodeGen/
CodeGenTypeCache.h 39 llvm::Type *FloatTy, *DoubleTy;
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 49 auto FloatTy = m->getFloatType(32);
50 auto VF4Ty = m->getVectorType(FloatTy, 4);
155 auto ConstOneF = m->getConstant(FloatTy, 1.0f);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContextImpl.h 172 Type VoidTy, LabelTy, FloatTy, DoubleTy, MetadataTy;
  /external/llvm/unittests/IR/
ConstantsTest.cpp 199 Type *FloatTy = Type::getFloatTy(Context);
208 Constant *P1 = ConstantExpr::getUIToFP(P0, FloatTy);
212 Constant *P5 = ConstantExpr::getUIToFP(P4, FloatTy);
264 CHECK(ConstantExpr::getFPTrunc(P2, FloatTy), "fptrunc double " P2STR
InstructionsTest.cpp 183 Type *FloatTy = Type::getFloatTy(C);
243 EXPECT_FALSE(CastInst::isBitCastable(DoubleTy, FloatTy));
244 EXPECT_FALSE(CastInst::isBitCastable(FloatTy, DoubleTy));
245 EXPECT_TRUE(CastInst::isBitCastable(FloatTy, FloatTy));
246 EXPECT_TRUE(CastInst::isBitCastable(FloatTy, FloatTy));
247 EXPECT_TRUE(CastInst::isBitCastable(FloatTy, Int32Ty));
249 EXPECT_TRUE(CastInst::isBitCastable(Int32Ty, FloatTy));
  /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 409 milliseconds