Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h472 enum { ARG_ELEMENTSIZE = 3 }; enumerator
476 return const_cast<Value *>(getArgOperand(ARG_ELEMENTSIZE)); in getRawElementSizeInBytes()
490 setArgOperand(ARG_ELEMENTSIZE, V); in setElementSizeInBytes()
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsicInst.h554 enum { ARG_ELEMENTSIZE = 3 }; enumerator
558 return const_cast<Value *>(getArgOperand(ARG_ELEMENTSIZE)); in getRawElementSizeInBytes()
572 setArgOperand(ARG_ELEMENTSIZE, V); in setElementSizeInBytes()