Home
last modified time | relevance | path

Searched refs:packAllocSizeArgs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DAttributes.cpp43 static uint64_t packAllocSizeArgs(unsigned ElemSizeArg, in packAllocSizeArgs() function
138 return get(Context, AllocSize, packAllocSizeArgs(ElemSizeArg, NumElemsArg)); in getWithAllocSizeArgs()
1391 return addAllocSizeAttrFromRawRepr(packAllocSizeArgs(ElemSize, NumElems)); in addAllocSizeAttr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp60 static uint64_t packAllocSizeArgs(unsigned ElemSizeArg, in packAllocSizeArgs() function
155 return get(Context, AllocSize, packAllocSizeArgs(ElemSizeArg, NumElemsArg)); in getWithAllocSizeArgs()
1450 return addAllocSizeAttrFromRawRepr(packAllocSizeArgs(ElemSize, NumElems)); in addAllocSizeAttr()