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

  /external/llvm/unittests/IR/
ConstantsTest.cpp 172 Type *DoubleTy = Type::getDoubleTy(getGlobalContext());
181 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy);
232 CHECK(ConstantExpr::getFPExtend(P1, DoubleTy), "fpext float " P1STR
InstructionsTest.cpp 129 Type *DoubleTy = Type::getDoubleTy(C);
181 EXPECT_FALSE(CastInst::isBitCastable(DoubleTy, FloatTy));
182 EXPECT_FALSE(CastInst::isBitCastable(FloatTy, DoubleTy));
  /external/llvm/lib/IR/
LLVMContextImpl.h 295 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy;
  /external/clang/lib/CodeGen/
CodeGenModule.h 115 llvm::Type *FloatTy, *DoubleTy;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 750 CanQualType FloatTy, DoubleTy, LongDoubleTy;
    [all...]

Completed in 109 milliseconds