OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConstantImm
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
BPFAsmParser.cpp
130
bool
isConstantImm
() const {
140
return (
isConstantImm
() && isInt<12>(getConstantImm()));
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
1221
if (isImm() && !
isConstantImm
()) {
1230
if (isImm() && !
isConstantImm
()) {
1289
bool
isConstantImm
() const {
1295
return
isConstantImm
() && getConstantImm() == 0;
1299
return
isConstantImm
() && isUInt<Bits>(getConstantImm() - Offset);
1303
return
isConstantImm
() ? isInt<Bits>(getConstantImm()) : isImm();
1307
return
isConstantImm
() ? isUInt<Bits>(getConstantImm()) : isImm();
1311
return
isConstantImm
() ? (isInt<Bits>(getConstantImm()) ||
1317
return
isConstantImm
() && isInt<Bits>(getConstantImm() - Offset);
1321
return
isConstantImm
() && getConstantImm() >= Bottom &
[
all
...]
Completed in 29 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026