Home
last modified time | relevance | path

Searched defs:isInteger (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDValueTypes.h110 bool isInteger() const { in isInteger() function
HDMachineValueType.h190 bool isInteger() const { in isInteger() function
/NextBSD/contrib/llvm/tools/clang/utils/TableGen/
HDNeonEmitter.cpp168 bool isInteger() const { return !Float && !Poly; } in isInteger() function in __anonb62af4a80111::Type
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp280 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) { in getSetCCInverse()
318 bool isInteger) { in getSetCCOrOperation()
342 bool isInteger) { in getSetCCAndOperation()
HDDAGCombiner.cpp2846 bool isInteger = LL.getValueType().isInteger(); in visitANDLike() local
3505 bool isInteger = LL.getValueType().isInteger(); in visitORLike() local
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchers.h3211 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenDAGPatterns.cpp34 static inline bool isInteger(MVT::SimpleValueType VT) { in isInteger() function