Searched defs:getIntegerValue (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/utils/TableGen/ | ||
H A D | MveEmitter.cpp | 479 virtual std::string getIntegerValue(const std::string &) { in getIntegerValue() function in __anon819a2c470111::Result |
/freebsd/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 |