OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFPMantissaWidth
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/IR/
Type.h
310
///
getFPMantissaWidth
- Return the width of the mantissa of this type. This
313
int
getFPMantissaWidth
() const;
/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/InstCombine/
InstCombineCasts.cpp
[
all
...]
InstCombineCompares.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
Completed in 42 milliseconds