Searched refs:getTypeForElements (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Constants.h | 398 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/ |
D | Constants.cpp | 943 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/ |
D | CGExprConstant.cpp | 532 llvm::ConstantStruct::getTypeForElements(CGM.getLLVMContext(), in Finalize()
|