Home
last modified time | relevance | path

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

/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-10.0/llvm/include/llvm/IR/
DConstants.h469 return get(getTypeForElements(V, Packed), V);
473 return get(getTypeForElements(Ctx, V, Packed), V);
478 static StructType *getTypeForElements(ArrayRef<Constant*> V,
481 static StructType *getTypeForElements(LLVMContext &Ctx,
/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-10.0/llvm/lib/IR/
DConstants.cpp1100 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct
1112 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct
1116 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp544 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(), in Finalize()