OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IntIdxTy
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
Local.h
32
Type *
IntIdxTy
= DL.getIndexType(GEP->getType());
40
unsigned IntPtrWidth =
IntIdxTy
->getScalarType()->getIntegerBitWidth();
61
Offset = ConstantInt::get(
IntIdxTy
, Size);
64
if (
IntIdxTy
->isVectorTy() && !OpC->getType()->isVectorTy())
66
cast<VectorType>(
IntIdxTy
)->getElementCount(), OpC);
68
Constant *Scale = ConstantInt::get(
IntIdxTy
, Size);
70
ConstantExpr::getIntegerCast(OpC,
IntIdxTy
, true /*SExt*/);
76
if (
IntIdxTy
->isVectorTy() && !Op->getType()->isVectorTy())
78
cast<FixedVectorType>(
IntIdxTy
)->getNumElements(), Op);
81
if (Op->getType() !=
IntIdxTy
)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
PtrUseVisitor.h
224
IntegerType *
IntIdxTy
= cast<IntegerType>(DL.getIndexType(I.getType()));
226
Offset = APInt(
IntIdxTy
->getBitWidth(), 0);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp
806
Type *
IntIdxTy
= DL.getIndexType(ResultTy);
807
Type *IntIdxScalarTy =
IntIdxTy
->getScalarType();
818
?
IntIdxTy
876
Type *
IntIdxTy
= DL.getIndexType(Ptr->getType());
887
assert((!CE || CE->getType() ==
IntIdxTy
) &&
900
unsigned BitWidth = DL.getTypeSizeInBits(
IntIdxTy
);
980
NewIdxs.push_back(ConstantInt::get(
IntIdxTy
, 0));
989
NewIdxs.push_back(ConstantInt::get(
IntIdxTy
, NewIdx));
InstructionSimplify.cpp
695
Type *
IntIdxTy
= DL.getIndexType(V->getType())->getScalarType();
696
APInt Offset = APInt::getNullValue(
IntIdxTy
->getIntegerBitWidth());
701
IntIdxTy
= DL.getIndexType(V->getType())->getScalarType();
702
Offset = Offset.sextOrTrunc(
IntIdxTy
->getIntegerBitWidth());
704
Constant *OffsetIntPtr = ConstantInt::get(
IntIdxTy
, Offset);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
1053
Type *
IntIdxTy
= DL->getIndexType(DestPtr->getType());
1059
Start = getStartForNegStride(Start, BECount,
IntIdxTy
, StoreSize, SE);
1093
getNumBytes(BECount,
IntIdxTy
, StoreSize, CurLoop, DL, SE);
1101
Expander.expandCodeFor(NumBytesS,
IntIdxTy
, Preheader->getTerminator());
1114
Int8PtrTy, Int8PtrTy,
IntIdxTy
);
1205
Type *
IntIdxTy
= Builder.getIntNTy(DL->getIndexSizeInBits(StrAS));
1212
StrStart = getStartForNegStride(StrStart, BECount,
IntIdxTy
, StoreSize, SE);
1256
LdStart = getStartForNegStride(LdStart, BECount,
IntIdxTy
, StoreSize, SE);
1285
getNumBytes(BECount,
IntIdxTy
, StoreSize, CurLoop, DL, SE);
1288
Expander.expandCodeFor(NumBytesS,
IntIdxTy
, Preheader->getTerminator())
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp
460
Type *
IntIdxTy
= DL.getIndexType(PTy);
472
const SCEV *ElSize = SE.getSizeOfExpr(
IntIdxTy
, ElTy);
/src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp
3797
VectorType *
IntIdxTy
= VectorType::getInteger(FltIdxTy);
3798
Args[2] = Builder.CreateBitCast(Args[2],
IntIdxTy
);
Completed in 68 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026