OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdxType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
656
auto *
IdxType
= Type::getInt32Ty(T->getContext());
657
auto *Zero = ConstantInt::get(
IdxType
, 0);
663
ConstantInt::get(
IdxType
, i),
705
auto *
IdxType
= Type::getInt64Ty(T->getContext());
706
auto *Zero = ConstantInt::get(
IdxType
, 0);
713
ConstantInt::get(
IdxType
, i),
1187
auto *
IdxType
= Type::getInt32Ty(ST->getContext());
1188
auto *Zero = ConstantInt::get(
IdxType
, 0);
1192
ConstantInt::get(
IdxType
, i),
1233
auto *
IdxType
= Type::getInt64Ty(T->getContext())
[
all
...]
InstructionCombining.cpp
2271
Type *
IdxType
= DL.getIndexType(GEPType);
2272
Value *Idx[2] = { Constant::getNullValue(
IdxType
), GEP.getOperand(1) };
Completed in 26 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026