Home
last modified time | relevance | path

Searched refs:getTypeForElements (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h413 return get(getTypeForElements(V, Packed), V);
417 return get(getTypeForElements(Ctx, V, Packed), V);
422 static StructType *getTypeForElements(ArrayRef<Constant*> V,
425 static StructType *getTypeForElements(LLVMContext &Ctx,
/external/llvm/include/llvm/IR/
DConstants.h439 return get(getTypeForElements(V, Packed), V);
443 return get(getTypeForElements(Ctx, V, Packed), V);
448 static StructType *getTypeForElements(ArrayRef<Constant*> V,
451 static StructType *getTypeForElements(LLVMContext &Ctx,
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp647 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct
658 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct
662 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
/external/llvm/lib/IR/
DConstants.cpp927 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct
939 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct
943 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp544 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(), in Finalize()