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