OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IdxType
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
550
auto *
IdxType
= Type::getInt32Ty(ST->getContext());
551
auto *Zero = ConstantInt::get(
IdxType
, 0);
555
ConstantInt::get(
IdxType
, i),
[
all
...]
InstructionCombining.cpp
[
all
...]
Completed in 7143 milliseconds