OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndexVal
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
Coroutines.cpp
109
auto *
IndexVal
= ConstantInt::get(Type::getInt8Ty(Context), Index);
115
auto *Call = CallInst::Create(Fn, {Arg,
IndexVal
}, "", InsertPt);
CoroSplit.cpp
357
ConstantInt *
IndexVal
= Shape.getIndex(SuspendIndex);
375
Builder.CreateStore(
IndexVal
, GepIndex);
408
Switch->addCase(
IndexVal
, ResumeBB);
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.cc
293
Value
IndexVal
(Data->IndexType, Index);
295
<<
IndexVal
<< Data->ArrayType;
/src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_handlers.cpp
391
Value
IndexVal
(Data->IndexType, Index);
393
<<
IndexVal
<< Data->ArrayType;
/src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_handlers.cpp
391
Value
IndexVal
(Data->IndexType, Index);
393
<<
IndexVal
<< Data->ArrayType;
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.cpp
2349
int64_t
IndexVal
= CI->getSExtValue();
2350
if (
IndexVal
< 0 || (NumElements > 0 && (uint64_t)
IndexVal
>= NumElements))
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp
1661
unsigned
IndexVal
= cast<ConstantSDNode>(Index)->getZExtValue();
1666
DAG.getConstant(
IndexVal
* Scale, DL, Index->getValueType(0));
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp
1005
llvm::Value *
IndexVal
= Builder.CreateIntCast(Index, SizeTy, IndexSigned);
1013
llvm::Value *Check = Accessed ? Builder.CreateICmpULT(
IndexVal
, BoundVal)
1014
: Builder.CreateICmpULE(
IndexVal
, BoundVal);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
4386
const Value *
IndexVal
= GEP->getOperand(GEP->getNumOperands() - 1);
4389
if (BasePtr->getType()->isVectorTy() || !
IndexVal
->getType()->isVectorTy())
4393
Index = SDB->getValue(
IndexVal
);
DAGCombiner.cpp
18557
unsigned
IndexVal
=
18559
SDValue Elt = VecOp.getOperand(
IndexVal
);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
14487
uint64_t
IndexVal
= CIndex->getZExtValue();
14488
if (
IndexVal
>= NumVecElts)
14490
IndexNotInserted.reset(
IndexVal
);
Completed in 116 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026