Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp479 virtual std::string getIntegerValue(const std::string &) { in getIntegerValue() function in __anond852eb140111::Result
582 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue() function in __anond852eb140111::BuiltinArgResult
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp386 Constant *Constant::getIntegerValue(Type *Ty, const APInt &V) { in getIntegerValue() function in Constant