OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:evaluateConstantImm
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
CSKYAsmParser.cpp
130
static bool
evaluateConstantImm
(const MCExpr *Expr, int64_t &Imm) {
144
bool IsConstantImm =
evaluateConstantImm
(getImm(), Imm);
153
bool IsConstantImm =
evaluateConstantImm
(getImm(), Imm);
162
bool IsConstantImm =
evaluateConstantImm
(getImm(), Imm);
182
return isImm() && !
evaluateConstantImm
(getImm(), Imm);
188
return isImm() && !
evaluateConstantImm
(getImm(), Imm);
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp
340
static bool
evaluateConstantImm
(const MCExpr *Expr, int64_t &Imm,
363
bool IsConstantImm =
evaluateConstantImm
(getImm(), Imm, VK);
378
if (!isImm() ||
evaluateConstantImm
(getImm(), Imm, VK))
388
if (!isImm() ||
evaluateConstantImm
(getImm(), Imm, VK))
399
if (!isImm() ||
evaluateConstantImm
(getImm(), Imm, VK))
409
if (!isImm() ||
evaluateConstantImm
(getImm(), Imm, VK))
463
bool IsConstantImm =
evaluateConstantImm
(getImm(), Imm, VK);
477
if (!
evaluateConstantImm
(getImm(), Imm, VK) ||
488
if (!
evaluateConstantImm
(getImm(), Imm, VK) ||
501
if (!
evaluateConstantImm
(getImm(), Imm, VK) |
[
all
...]
Completed in 39 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026