Home
last modified time | relevance | path

Searched refs:getContainedType (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp78 if ((T->getContainedType(0)->isFloatTy()) && in whichFPReturnVariant()
79 (T->getContainedType(1)->isFloatTy())) in whichFPReturnVariant()
81 if ((T->getContainedType(0)->isDoubleTy()) && in whichFPReturnVariant()
82 (T->getContainedType(1)->isDoubleTy())) in whichFPReturnVariant()
DMips16ISelLowering.cpp395 if ((RetTy->getContainedType(0)->isFloatTy()) && in getMips16HelperFunction()
396 (RetTy->getContainedType(1)->isFloatTy())) { in getMips16HelperFunction()
399 else if ((RetTy->getContainedType(0)->isDoubleTy()) && in getMips16HelperFunction()
400 (RetTy->getContainedType(1)->isDoubleTy())) { in getMips16HelperFunction()
/external/llvm/lib/Linker/
DIRMover.cpp183 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()
184 SrcTy->getContainedType(I))) in areTypesIsomorphic()
264 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()
265 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
/external/llvm/include/llvm/IR/
DType.h324 Type *getContainedType(unsigned i) const { in getContainedType() function
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1557 AllocaInst *NA = new AllocaInst(ST->getContainedType(i), nullptr, in DoScalarReplacement()
1771 EltTy = (NumElts == 0 ? nullptr : ST->getContainedType(0)); in isHomogeneousAggregate()
1773 if (ST->getContainedType(n) != EltTy) in isHomogeneousAggregate()
1852 EltTy = ST->getContainedType(EltIdx); in TypeHasComponent()
2032 T = ST->getContainedType(Idx); in FindElementAndOffset()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp96 ExtName += getTypeID(FT->getContainedType(i)); in lookupFunction()
DExecution.cpp1792 Type *TyContained = Ty->getContainedType(0); in visitInsertElementInst()
1831 Type *TyContained = Ty->getContainedType(0); in visitShuffleVectorInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp535 I.getCalledValue()->getType()->getContainedType(0)); in ComputeUsesVAFloatArgument()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp314 Value *Val = getRandomValue(Tp->getContainedType(0)); in Act()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp1263 size += getTypeSize(PT->getContainedType(x), dereferencePtr); in getTypeSize()
/external/llvm/lib/IR/
DConstants.cpp1972 cast<PointerType>(C->getType()->getScalarType())->getContainedType(0u)); in getGetElementPtr()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2506 cast<FunctionType>(CS.getCalledValue()->getType()->getContainedType(0)); in visitCallSite()