Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1104 enum { ARG_ELEMENTSIZE = 3 }; enumerator
1108 return const_cast<Value *>(getArgOperand(ARG_ELEMENTSIZE)); in getRawElementSizeInBytes()
1122 setArgOperand(ARG_ELEMENTSIZE, V); in setElementSizeInBytes()