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

/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DType.h310 /// getFPMantissaWidth - Return the width of the mantissa of this type. This
313 int getFPMantissaWidth() const;
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DType.cpp139 /// getFPMantissaWidth - Return the width of the mantissa of this type. This
142 int Type::getFPMantissaWidth() const { function in class:Type
144 return VTy->getElementType()->getFPMantissaWidth();
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1293 OpI->getType()->getFPMantissaWidth())
1313 OpI->getType()->getFPMantissaWidth())
H A DInstCombineCompares.cpp2838 int MantissaWidth = LHSI->getType()->getFPMantissaWidth();
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1701 int Mantissa = DestTy->getFPMantissaWidth();

Completed in 200 milliseconds