OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSized
(Results
1 - 25
of
25
) sorted by null
/external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp
175
if (I1ElTy->
isSized
()) I1Size = AA.getTypeStoreSize(I1ElTy);
180
if (I2ElTy->
isSized
()) I2Size = AA.getTypeStoreSize(I2ElTy);
211
if (ElTy->
isSized
()) Size = AA.getTypeStoreSize(ElTy);
Loads.cpp
108
if (BaseType && BaseType->
isSized
()) {
MemoryBuiltins.cpp
98
if (!T || !T->
isSized
() || !TD)
ConstantFolding.cpp
200
->getElementType()->
isSized
())
394
!GV->getInitializer()->getType()->
isSized
())
578
if (!TD || !cast<PointerType>(Ptr->getType())->getElementType()->
isSized
())
661
if (!ATy->getElementType()->
isSized
())
[
all
...]
BasicAliasAnalysis.cpp
128
if (AccessTy->
isSized
())
301
->getElementType()->
isSized
())
[
all
...]
ValueTracking.cpp
105
if (Align == 0 && TD && GV->getType()->getElementType()->
isSized
()) {
573
if (!IndexedTy->
isSized
()) return;
[
all
...]
ScalarEvolutionExpander.cpp
389
if (ElTy->
isSized
()) {
[
all
...]
InstructionSimplify.cpp
[
all
...]
ScalarEvolution.cpp
[
all
...]
/external/llvm/lib/Target/
TargetData.cpp
393
assert(Ty->
isSized
() && "Cannot getTypeInfo() on a type that is unsized!");
441
assert(Ty->
isSized
() && "Cannot getTypeInfo() on a type that is unsized!");
/external/llvm/include/llvm/
Type.h
233
///
isSized
- Return true if it makes sense to take the size of this type. To
237
bool
isSized
() const {
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
81
if (TD && SrcETy->
isSized
() && TD->getTypeStoreSize(SrcETy) == Size) {
292
if (AI->getAllocatedType()->
isSized
()) {
303
if (MallocType && MallocType->
isSized
())
770
if (!SrcTy->
isSized
() || !DstTy->
isSized
())
[
all
...]
InstCombineLoadStoreAlloca.cpp
73
if (TD && isa<AllocaInst>(AI) && AI.getAllocatedType()->
isSized
()) {
InstCombineCasts.cpp
90
if (!AllocElTy->
isSized
() || !CastElTy->
isSized
()) return 0;
[
all
...]
InstructionCombining.cpp
686
if (!Ty->
isSized
()) return 0;
765
if (SeqTy->getElementType()->
isSized
() &&
[
all
...]
/external/llvm/lib/VMCore/
Type.cpp
176
return ATy->getElementType()->
isSized
();
179
return VTy->getElementType()->
isSized
();
190
if (!(*I)->
isSized
())
Verifier.cpp
545
Assert1(!ByValI || PTy->getElementType()->
isSized
(),
[
all
...]
Instructions.cpp
[
all
...]
/external/clang/lib/CodeGen/
CodeGenTypes.cpp
412
if (!ResultType->
isSized
()) {
/external/llvm/lib/Transforms/Scalar/
LICM.cpp
370
if (LI->getType()->
isSized
())
ScalarReplAggregates.cpp
[
all
...]
/external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
279
if (!Ty->
isSized
() || isZeroLengthArray(Ty)) {
[
all
...]
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
Completed in 1526 milliseconds