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

  /frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCExpandVAArg.cpp 43 llvm::Type *ty = pty->getContainedType(0);
  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCExpandVAArg.cpp 43 llvm::Type *ty = pty->getContainedType(0);
  /frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCExpandVAArg.cpp 43 llvm::Type *ty = pty->getContainedType(0);
  /external/llvm/include/llvm/IR/
Type.h 325 /// getContainedType - This method is used to implement the type iterator
329 Type *getContainedType(unsigned i) const {
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 342 if ((RetTy->getContainedType(0)->isFloatTy()) &&
343 (RetTy->getContainedType(1)->isFloatTy())) {
346 else if ((RetTy->getContainedType(0)->isDoubleTy()) &&
347 (RetTy->getContainedType(1)->isDoubleTy())) {
  /external/llvm/lib/Linker/
LinkModules.cpp 193 if (!areTypesIsomorphic(DstTy->getContainedType(i),
194 SrcTy->getContainedType(i)))
272 ElementTypes[i] = getImpl(Ty->getContainedType(i));
273 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 385 I.getCalledValue()->getType()->getContainedType(0));
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 304 Value *Val = getRandomValue(Tp->getContainedType(0));
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 891 milliseconds