Home
last modified time | relevance | path

Searched defs:ElemSizeArg (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DAttributes.cpp60 packAllocSizeArgs(unsigned ElemSizeArg,const std::optional<unsigned> & NumElemsArg) packAllocSizeArgs() argument
72 unsigned ElemSizeArg = Num >> 32; unpackAllocSizeArgs() local
290 getWithAllocSizeArgs(LLVMContext & Context,unsigned ElemSizeArg,const std::optional<unsigned> & NumElemsArg) getWithAllocSizeArgs() argument
1609 addAllocSizeParamAttr(LLVMContext & C,unsigned Index,unsigned ElemSizeArg,const std::optional<unsigned> & NumElemsArg) addAllocSizeParamAttr() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp229 setAllocSize(Function & F,unsigned ElemSizeArg,std::optional<unsigned> NumElemsArg) setAllocSize() argument
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1569 unsigned ElemSizeArg; parseEnumAttribute() local