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

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DTGValueTypes.cpp66 bool EVT::isExtendedFloatingPoint() const { function in class:EVT
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h119 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint();
373 bool isExtendedFloatingPoint() const LLVM_READONLY;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DValueTypes.h470 return isSimple() ? V.isFloatingPoint() : isExtendedFloatingPoint();
696 bool isExtendedFloatingPoint() const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DValueTypes.cpp43 bool EVT::isExtendedFloatingPoint() const { function in class:EVT
/external/llvm/lib/IR/
H A DValueTypes.cpp48 bool EVT::isExtendedFloatingPoint() const { function in class:EVT

Completed in 122 milliseconds