Searched defs:getFloatTy (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/IR/
H A DType.cpp30 case FloatTyID : return getFloatTy(C);
157 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } function in class:Type
182 return getFloatTy(C)->getPointerTo(AS);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DType.cpp28 case FloatTyID : return getFloatTy(C);
202 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } function in class:Type
221 return getFloatTy(C)->getPointerTo(AS);
/external/llvm/include/llvm/IR/
H A DIRBuilder.h353 Type *getFloatTy() { function in class:llvm::IRBuilderBase
354 return Type::getFloatTy(Context);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DIRBuilder.h249 /// getFloatTy - Fetch the type representing a 32-bit floating point value.
250 Type *getFloatTy() { function in class:llvm::IRBuilderBase
251 return Type::getFloatTy(Context);

Completed in 151 milliseconds