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

/external/llvm/lib/VMCore/
H A DType.cpp28 case HalfTyID : return getHalfTy(C);
250 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } function in class:Type
270 return getHalfTy(C)->getPointerTo(AS);

Completed in 85 milliseconds