Searched defs:isInt (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h263 inline bool isInt(int64_t x) { function in namespace:llvm
268 inline bool isInt<8>(int64_t x) { function in namespace:llvm
272 inline bool isInt<16>(int64_t x) { function in namespace:llvm
276 inline bool isInt<32>(int64_t x) { function in namespace:llvm
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h183 bool isInt() const { return Kind == Int; } function in class:clang::APValue
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h132 bool isInt() const { return EntryKind == E_Integer; } function in class:llvm::DotDebugLocEntry
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp83 bool isInt() const { return !IsFp; } function in class:__anon2592::FAddendCoef
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3468 bool isInt = LHS.getValueType().isInteger(); local

Completed in 115 milliseconds