Searched defs:getIntegerValue (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/utils/TableGen/ | ||
| H A D | MveEmitter.cpp | 479 virtual std::string getIntegerValue(const std::string &) { in getIntegerValue() function in __anondd1c47770111::Result |
| /llvm-project-15.0.7/llvm/lib/IR/ | ||
| H A D | Constants.cpp | 378 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant |