OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ElTy
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp
280
Type *
ElTy
= cast<PointerType>((*V)->getType())->getElementType();
281
if (
ElTy
->isSized()) Size = AA.getTypeStoreSize(
ElTy
);
ScalarEvolutionExpander.cpp
400
Type *
ElTy
= PTy->getElementType();
418
if (
ElTy
->isSized()) {
419
const SCEV *ElSize = SE.getSizeOfExpr(
ElTy
);
455
while (StructType *STy = dyn_cast<StructType>(
ElTy
)) {
471
ElTy
= STy->getTypeAtIndex(ElIdx);
487
ElTy
=
500
ElTy
= STy->getTypeAtIndex(0u);
506
if (ArrayType *ATy = dyn_cast<ArrayType>(
ElTy
))
507
ElTy
= ATy->getElementType();
[
all
...]
/external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
682
Type *
ElTy
= V->getType();
687
Type *IdxTy = (
ElTy
->isStructTy() ?
692
ElTy
= cast<CompositeType>(
ElTy
)->getTypeAtIndex(*II);
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
96
Type *
ElTy
= GV->getType()->getElementType();
97
size_t GVSize = (size_t)TD.getTypeAllocSize(
ElTy
);
[
all
...]
/external/llvm/lib/IR/
ConstantFold.cpp
115
Type *
ElTy
= PTy->getElementType();
116
while (
ElTy
!= DPTy->getElementType()) {
117
if (StructType *STy = dyn_cast<StructType>(
ElTy
)) {
119
ElTy
= STy->getElementType(0);
122
dyn_cast<SequentialType>(
ElTy
)) {
123
if (
ElTy
->isPointerTy()) break; // Can't index into pointers!
124
ElTy
= STy->getElementType();
131
if (
ElTy
== DPTy->getElementType())
[
all
...]
Verifier.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGBuiltin.cpp
[
all
...]
CGExprScalar.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
[
all
...]
/external/clang/lib/Sema/
SemaExprCXX.cpp
[
all
...]
Completed in 471 milliseconds