Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp483 virtual std::string getIntegerValue(const std::string &) { in getIntegerValue() function in __anonb7c02cfb0111::Result
586 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue() function in __anonb7c02cfb0111::BuiltinArgResult
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp389 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant