Searched defs:getIntegerValue (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ | ||
H A D | MveEmitter.cpp | 483 virtual std::string getIntegerValue(const std::string &) { in getIntegerValue() function in __anone3a730d20111::Result |
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ | ||
H A D | Constants.cpp | 388 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant |