HomeSort by relevance Sort by last modified time
    Searched refs:CompositeType (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 58 CompositeType *CT = cast<CompositeType>(CurTy);
69 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) {
DerivedTypes.h 142 /// CompositeType - Common super class of ArrayType, StructType, PointerType
144 class CompositeType : public Type {
146 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) { }
187 class StructType : public CompositeType {
191 : CompositeType(C, StructTyID), SymbolTableEntry(nullptr) {}
306 class SequentialType : public CompositeType {
313 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
  /external/llvm/lib/CodeGen/
Analysis.cpp 364 static bool indexReallyValid(CompositeType *T, unsigned Idx) {
388 static bool advanceToNextLeafType(SmallVectorImpl<CompositeType *> &SubTypes,
406 CompositeType *CT = cast<CompositeType>(DeeperType);
430 SmallVectorImpl<CompositeType *> &SubTypes,
436 indexReallyValid(cast<CompositeType>(Next), 0)) {
437 SubTypes.push_back(cast<CompositeType>(Next));
439 Next = cast<CompositeType>(Next)->getTypeAtIndex(0U);
459 static bool nextRealType(SmallVectorImpl<CompositeType *> &SubTypes,
564 SmallVector<CompositeType *, 4> RetSubTypes, CallSubTypes
    [all...]
JumpInstrTables.cpp 233 isa<CompositeType>(*PI)) &&
235 if (isa<CompositeType>(*PI)) {
  /external/llvm/lib/IR/
Type.cpp 621 // CompositeType Implementation
624 Type *CompositeType::getTypeAtIndex(const Value *V) {
634 Type *CompositeType::getTypeAtIndex(unsigned Idx) {
642 bool CompositeType::indexValid(const Value *V) const {
659 bool CompositeType::indexValid(unsigned Idx) const {
Instructions.cpp     [all...]
ConstantFold.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 153 if (isa<CompositeType>(C->getType()))
ArgumentPromotion.cpp 708 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II);
    [all...]
GlobalOpt.cpp 139 if (isa<CompositeType>(InnerTy))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]

Completed in 1533 milliseconds