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 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 304 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy;
  /external/clang/lib/CodeGen/
CodeGenModule.h 113 llvm::Type *FloatTy, *DoubleTy;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 782 CanQualType FloatTy, DoubleTy, LongDoubleTy;
    [all...]

Completed in 950 milliseconds