OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocElTy
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp
89
Type *
AllocElTy
= AI.getAllocatedType();
91
if (!
AllocElTy
->isSized() || !CastElTy->isSized()) return 0;
93
unsigned AllocElTyAlign = TD->getABITypeAlignment(
AllocElTy
);
102
uint64_t AllocElTySize = TD->getTypeAllocSize(
AllocElTy
);
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
89
Type *
AllocElTy
= AI.getAllocatedType();
91
if (!
AllocElTy
->isSized() || !CastElTy->isSized()) return nullptr;
93
unsigned AllocElTyAlign = DL.getABITypeAlignment(
AllocElTy
);
102
uint64_t AllocElTySize = DL.getTypeAllocSize(
AllocElTy
);
108
uint64_t AllocElTyStoreSize = DL.getTypeStoreSize(
AllocElTy
);
[
all
...]
Completed in 409 milliseconds