Searched refs:getContainedType (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp78 if ((T->getContainedType(0)->isFloatTy()) &&
79 (T->getContainedType(1)->isFloatTy()))
81 if ((T->getContainedType(0)->isDoubleTy()) &&
82 (T->getContainedType(1)->isDoubleTy()))
H A DMips16ISelLowering.cpp393 if ((RetTy->getContainedType(0)->isFloatTy()) &&
394 (RetTy->getContainedType(1)->isFloatTy())) {
397 else if ((RetTy->getContainedType(0)->isDoubleTy()) &&
398 (RetTy->getContainedType(1)->isDoubleTy())) {
/external/swiftshader/third_party/LLVM/include/llvm/
H A DType.h283 /// getContainedType - This method is used to implement the type iterator
287 Type *getContainedType(unsigned i) const { function in class:llvm::Type
/external/swiftshader/third_party/LLVM/lib/Linker/
H A DLinkModules.cpp162 if (!areTypesIsomorphic(DstTy->getContainedType(i),
163 SrcTy->getContainedType(i)))
240 ElementTypes[i] = getImpl(Ty->getContainedType(i));
241 AnyChange |= ElementTypes[i] != Ty->getContainedType(i);
/external/llvm/include/llvm/IR/
H A DType.h314 Type *getContainedType(unsigned i) const { function in class:llvm::Type
/external/llvm/lib/Linker/
H A DIRMover.cpp186 if (!areTypesIsomorphic(DstTy->getContainedType(I),
187 SrcTy->getContainedType(I)))
267 ElementTypes[I] = get(Ty->getContainedType(I), Visited);
268 AnyChange |= ElementTypes[I] != Ty->getContainedType(I);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h316 Type *getContainedType(unsigned i) const { function in class:llvm::Type
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp96 ExtName += getTypeID(FT->getContainedType(i));
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1452 AllocaInst *NA = new AllocaInst(ST->getContainedType(i), 0,
1653 EltTy = (NumElts == 0 ? 0 : ST->getContainedType(0));
1655 if (ST->getContainedType(n) != EltTy)
1732 EltTy = ST->getContainedType(EltIdx);
1898 T = ST->getContainedType(Idx);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp553 I.getCalledValue()->getType()->getContainedType(0));
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp96 ExtName += getTypeID(FT->getContainedType(i));
H A DExecution.cpp1792 Type *TyContained = Ty->getContainedType(0);
1831 Type *TyContained = Ty->getContainedType(0);
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp313 Value *Val = getRandomValue(Tp->getContainedType(0));
/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp542 assert(ptr->getType()->getContainedType(0) == T(type));
572 assert(ptr->getType()->getContainedType(0) == T(type));
597 assert(ptr->getType()->getContainedType(0) == T(type));
786 assert(vector->getType()->getContainedType(0) == T(type));
935 constantVector[i] = llvm::ConstantInt::get(T(type)->getContainedType(0), constants[i % numConstants]);
951 constantVector[i] = llvm::ConstantFP::get(T(type)->getContainedType(0), constants[i % numConstants]);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_misc.cpp423 Type* pContainedType = pType->getContainedType(0);
/external/llvm/lib/IR/
H A DConstants.cpp1902 cast<PointerType>(C->getType()->getScalarType())->getContainedType(0u));
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2596 cast<FunctionType>(CS.getCalledValue()->getType()->getContainedType(0));
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5476 cast<FunctionType>(I.getCalledValue()->getType()->getContainedType(0));
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 749 milliseconds