Home
last modified time | relevance | path

Searched defs:getIntegerValue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp483 virtual std::string getIntegerValue(const std::string &) { in getIntegerValue() function in __anone3a730d20111::Result
586 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue() function in __anone3a730d20111::BuiltinArgResult
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp388 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant