Searched refs:packAllocSizeArgs (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | Attributes.cpp | 43 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/ |
D | Attributes.cpp | 60 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()
|