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

  /external/llvm/include/llvm/IR/
Type.h 300 /// getFPMantissaWidth - Return the width of the mantissa of this type. This
303 int getFPMantissaWidth() const;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/IR/
Type.cpp 139 /// getFPMantissaWidth - Return the width of the mantissa of this type. This
142 int Type::getFPMantissaWidth() const {
144 return VTy->getElementType()->getFPMantissaWidth();
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 86 milliseconds