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