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

  /external/llvm/include/llvm/
Type.h 283 /// getContainedType - This method is used to implement the type iterator
287 Type *getContainedType(unsigned i) const {
  /external/llvm/lib/Linker/
LinkModules.cpp 162 if (!areTypesIsomorphic(DstTy->getContainedType(i),
163 SrcTy->getContainedType(i)))
240 ElementTypes[i] = getImpl(Ty->getContainedType(i));
241 AnyChange |= ElementTypes[i] != Ty->getContainedType(i);
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 96 ExtName += getTypeID(FT->getContainedType(i));
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 196 milliseconds