Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h82 bool isInt() const { return EntryKind == E_Integer; } in isInt() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp388 bool BT::MachineEvaluator::isInt(const RegisterCell &A) const { in isInt() function in BT::MachineEvaluator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h151 bool isInt() const { return IsInt; } in isInt() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp101 bool isInt() const { return !IsFp; } in isInt() function in __anon0831a0f10111::FAddendCoef
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp201 bool isInt() const { return isInteger() && ElementBitwidth == 32; } in isInt() function in __anon9e9e0a7a0111::Type
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp4719 bool isInt = !Ty->isFloatingType(); in EmitVAArg() local