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

/external/llvm/lib/IR/
H A DType.cpp33 case FP128TyID : return getFP128Ty(C);
228 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } function in class:Type
259 return getFP128Ty(C)->getPointerTo(AS);

Completed in 1282 milliseconds