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

/external/llvm/lib/IR/
H A DType.cpp29 case HalfTyID : return getHalfTy(C);
223 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } function in class:Type
243 return getHalfTy(C)->getPointerTo(AS);
/external/llvm/include/llvm/IR/
H A DIRBuilder.h331 Type *getHalfTy() { function in class:llvm::IRBuilderBase
332 return Type::getHalfTy(Context);

Completed in 337 milliseconds