Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h111 bool isInteger() const { in isInteger() function
H A DMachineValueType.h185 bool isInteger() const { in isInteger() function
H A DDIE.h207 isInteger, enumerator
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp167 bool isInteger() const { return !Float && !Poly; } in isInteger() function in __anon870a9de20111::Type
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3014 AST_MATCHER(QualType, isInteger) { in AST_MATCHER() argument
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp266 ISD::CondCode ISD::getSetCCInverse(ISD::CondCode Op, bool isInteger) { in getSetCCInverse()
304 bool isInteger) { in getSetCCOrOperation()
328 bool isInteger) { in getSetCCAndOperation()
H A DDAGCombiner.cpp2891 bool isInteger = LL.getValueType().isInteger(); in visitAND() local
3486 bool isInteger = LL.getValueType().isInteger(); in visitOR() local
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp34 static inline bool isInteger(MVT::SimpleValueType VT) { in isInteger() function