Home
last modified time | relevance | path

Searched refs:getTypeForElements (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h466 return get(getTypeForElements(V, Packed), V);
470 return get(getTypeForElements(Ctx, V, Packed), V);
475 static StructType *getTypeForElements(ArrayRef<Constant*> V,
478 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp995 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct
1007 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct
1011 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp544 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(), in Finalize()