HomeSort by relevance Sort by last modified time
    Searched defs:getFPMantissaWidth (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
Type.cpp 127 int Type::getFPMantissaWidth() const {
129 return VTy->getElementType()->getFPMantissaWidth();
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 153 /// getFPMantissaWidth - Return the width of the mantissa of this type. This
156 int Type::getFPMantissaWidth() const {
158 return VTy->getElementType()->getFPMantissaWidth();

Completed in 55 milliseconds