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

/external/llvm/lib/IR/
H A DType.cpp32 case X86_FP80TyID : return getX86_FP80Ty(C);
227 Type *Type::getX86_FP80Ty(LLVMContext &C) { return &C.pImpl->X86_FP80Ty; } function in class:Type
255 return getX86_FP80Ty(C)->getPointerTo(AS);

Completed in 94 milliseconds