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

/external/llvm/lib/IR/
H A DType.cpp30 case FloatTyID : return getFloatTy(C);
224 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } function in class:Type
247 return getFloatTy(C)->getPointerTo(AS);
/external/llvm/include/llvm/IR/
H A DIRBuilder.h336 Type *getFloatTy() { function in class:llvm::IRBuilderBase
337 return Type::getFloatTy(Context);

Completed in 91 milliseconds