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

/external/llvm/lib/VMCore/
H A DType.cpp29 case FloatTyID : return getFloatTy(C);
251 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } function in class:Type
274 return getFloatTy(C)->getPointerTo(AS);
/external/llvm/include/llvm/Support/
H A DIRBuilder.h250 /// getFloatTy - Fetch the type representing a 32-bit floating point value.
251 Type *getFloatTy() { function in class:llvm::IRBuilderBase
252 return Type::getFloatTy(Context);

Completed in 26 milliseconds