Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h85 bool isInt() const { return EntryKind == E_Integer; } in isInt() function
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DMathExtras.h211 template <unsigned N> constexpr inline bool isInt(int64_t x) { in isInt() function
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp388 bool BT::MachineEvaluator::isInt(const RegisterCell &A) const { in isInt() function in BT::MachineEvaluator
/openbsd/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h152 bool isInt() const { return IsInt; } in isInt() function
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp200 bool isInt() const { return isInteger() && ElementBitwidth == 32; } in isInt() function in __anon28c10cfc0111::Type
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp101 bool isInt() const { return !IsFp; } in isInt() function in __anon903637b30111::FAddendCoef
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp4828 bool isInt = !Ty->isFloatingType(); in EmitVAArg() local