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

  /external/clang/lib/CodeGen/
CodeGenTypeCache.h 39 llvm::Type *FloatTy, *DoubleTy;
  /external/llvm/unittests/IR/
ConstantsTest.cpp 174 Type *FloatTy = Type::getFloatTy(getGlobalContext());
183 Constant *P1 = ConstantExpr::getUIToFP(P0, FloatTy);
187 Constant *P5 = ConstantExpr::getUIToFP(P4, FloatTy);
240 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...]

Completed in 209 milliseconds