Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp87 if ((T->getContainedType(0)->isFloatTy()) && in whichFPReturnVariant()
88 (T->getContainedType(1)->isFloatTy())) in whichFPReturnVariant()
90 if ((T->getContainedType(0)->isDoubleTy()) && in whichFPReturnVariant()
91 (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/include/llvm/IR/
DType.h332 Type *getContainedType(unsigned i) const { in getContainedType() function
/external/llvm/lib/Linker/
DLinkModules.cpp209 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()
210 SrcTy->getContainedType(I))) in areTypesIsomorphic()
290 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()
291 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1556 AllocaInst *NA = new AllocaInst(ST->getContainedType(i), nullptr, in DoScalarReplacement()
1770 EltTy = (NumElts == 0 ? nullptr : ST->getContainedType(0)); in isHomogeneousAggregate()
1772 if (ST->getContainedType(n) != EltTy) in isHomogeneousAggregate()
1851 EltTy = ST->getContainedType(EltIdx); in TypeHasComponent()
2031 T = ST->getContainedType(Idx); in FindElementAndOffset()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp97 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.cpp651 I.getCalledValue()->getType()->getContainedType(0)); in ComputeUsesVAFloatArgument()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp306 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/Transforms/Instrumentation/
DMemorySanitizer.cpp2462 cast<FunctionType>(CS.getCalledValue()->getType()->getContainedType(0)); in visitCallSite()