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 305 /// getContainedType - This method is used to implement the type iterator
309 Type *getContainedType(unsigned i) const {
  /external/llvm/lib/Linker/
LinkModules.cpp 191 if (!areTypesIsomorphic(DstTy->getContainedType(i),
192 SrcTy->getContainedType(i)))
270 ElementTypes[i] = getImpl(Ty->getContainedType(i));
271 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/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 386 I.getCalledValue()->getType()->getContainedType(0));
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 294 Value *Val = getRandomValue(Tp->getContainedType(0));

Completed in 110 milliseconds