Home
last modified time | relevance | path

Searched defs:FloatTy (Results 1 – 9 of 9) sorted by relevance

/external/llvm/unittests/IR/
DConstantsTest.cpp171 Type *FloatTy = Type::getFloatTy(getGlobalContext()); in TEST() local
DInstructionsTest.cpp183 Type *FloatTy = Type::getFloatTy(C); in TEST() local
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp621 DIEEntry FloatTy(*FloatTyDIE); in TEST() local
/external/clang/lib/CodeGen/
DCodeGenModule.h113 llvm::Type *FloatTy, *DoubleTy; member
DCGBuiltin.cpp2618 llvm::Type *FloatTy = in EmitCommonNeonBuiltinExpr() local
2637 llvm::Type *FloatTy = in EmitCommonNeonBuiltinExpr() local
2655 llvm::Type *FloatTy = in EmitCommonNeonBuiltinExpr() local
/external/clang/include/clang/AST/
DASTContext.h782 CanQualType FloatTy, DoubleTy, LongDoubleTy; variable
/external/llvm/include/llvm/Target/
DTargetLowering.h971 void setBooleanContents(BooleanContent IntTy, BooleanContent FloatTy) { in setBooleanContents()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9119 MVT FloatTy = Op.getSimpleValueType().getVectorElementType(); in PerformVCVTCombine() local
9170 MVT FloatTy = N->getSimpleValueType(0).getVectorElementType(); in PerformVDIVCombine() local
/external/clang/lib/Sema/
DSemaExpr.cpp1049 QualType FloatTy, QualType IntTy, in handleIntToFloatConversion()