Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstants.h398 return get(getTypeForElements(V, Packed), V);
402 return get(getTypeForElements(Ctx, V, Packed), V);
407 static StructType *getTypeForElements(ArrayRef<Constant*> V,
410 static StructType *getTypeForElements(LLVMContext &Ctx,
/external/llvm/lib/IR/
DConstants.cpp943 StructType *ConstantStruct::getTypeForElements(LLVMContext &Context, in getTypeForElements() function in ConstantStruct
955 StructType *ConstantStruct::getTypeForElements(ArrayRef<Constant*> V, in getTypeForElements() function in ConstantStruct
959 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp532 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(), in Finalize()