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

/external/llvm/lib/VMCore/
H A DType.cpp156 /// getFPMantissaWidth - Return the width of the mantissa of this type. This
159 int Type::getFPMantissaWidth() const { function in class:Type
161 return VTy->getElementType()->getFPMantissaWidth();

Completed in 55 milliseconds