OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CIndex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp
1283
Constant *
CIndex
= dyn_cast<Constant>(Index);
1284
if (
CIndex
&&
CIndex
->isZeroValue())
1290
assert(
CIndex
&&
1293
if (
CIndex
->getType()->isVectorTy())
1294
Index =
CIndex
->getSplatValue();
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
14484
ConstantSDNode *
CIndex
= dyn_cast<ConstantSDNode>(StVal.getOperand(2));
14485
if (!
CIndex
)
14487
uint64_t IndexVal =
CIndex
->getZExtValue();
16585
auto *
CIndex
= dyn_cast<ConstantSDNode>(N->getOperand(1));
16586
if (!
CIndex
)
16589
unsigned Index =
CIndex
->getZExtValue();
Completed in 55 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026