Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
HDMveEmitter.cpp479 virtual std::string getIntegerValue(const std::string &) { in getIntegerValue() function in __anon6fdb56600111::Result
582 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue() function in __anon6fdb56600111::BuiltinArgResult
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp400 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant