Home
last modified time | relevance | path

Searched refs:hasIntegerValue (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h229 bool hasIntegerValue() const { in hasIntegerValue() function
H A DMIParser.cpp1940 if (Token.hasIntegerValue()) { in getUnsigned()
2983 if (Token.hasIntegerValue()) { in getUint64()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp482 virtual bool hasIntegerValue() const { return false; } in hasIntegerValue() function in __anonb7c02cfb0111::Result
585 bool hasIntegerValue() const override { return Immediate; } in hasIntegerValue() function in __anonb7c02cfb0111::BuiltinArgResult
687 else if (Arg->hasIntegerValue()) in genCode()