Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h402 uint32_t getElementSizeInBytes() const { in getElementSizeInBytes() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp928 const uint32_t ElementSize = AMI->getElementSizeInBytes(); in tryToShorten()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5182 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
5200 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
5217 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp4238 uint64_t ElementSize = AMI->getElementSizeInBytes(); in visitIntrinsicCall()