OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstOp
(Results
1 - 7
of
7
) sorted by relevancy
/src/games/atc/
grammar.y
49
%token <ival>
ConstOp
106
UpdateOp '='
ConstOp
';'
118
NewplaneOp '='
ConstOp
';'
130
HeightOp '='
ConstOp
';'
142
WidthOp '='
ConstOp
';'
179
'('
ConstOp
ConstOp
')'
201
'('
ConstOp
ConstOp
DirOp ')'
234
'('
ConstOp
ConstOp DirOp ')
[
all
...]
lex.l
62
[0-9]+ { yylval.ival = atoi(yytext); return(
ConstOp
); }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
RelLookupTableConverter.cpp
67
Constant *
ConstOp
= cast<Constant>(&Op);
73
if (!IsConstantOffsetFromGlobal(
ConstOp
, GVOp, Offset, DL))
/src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp
624
const Constant *
ConstOp
= dyn_cast<Constant>(Op);
625
if (!
ConstOp
)
627
if (Visited.insert(
ConstOp
).second)
628
WorkList.push_back(
ConstOp
);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp
2377
const SCEVConstant *
ConstOp
= getConstantPart(Product);
2378
if (!
ConstOp
)
2380
APInt ConstOpValue =
ConstOp
->getAPInt();
ScalarEvolution.cpp
3826
auto *
ConstOp
= dyn_cast<SCEVConstant>(Add->getOperand(0));
3827
if (!
ConstOp
)
3830
return {Add->getOperand(1),
ConstOp
->getValue()};
9902
const SCEV *NonConstOp, *
ConstOp
;
9905
if (!splitBinaryAdd(Result,
ConstOp
, NonConstOp, FlagsPresent) ||
9906
!isa<SCEVConstant>(
ConstOp
) || NonConstOp != X)
9909
OutY = cast<SCEVConstant>(
ConstOp
)->getAPInt();
InstructionSimplify.cpp
3935
if (Constant *
ConstOp
= dyn_cast<Constant>(NewOp))
3936
ConstOps.push_back(
ConstOp
);
Completed in 72 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026