Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp1001 /* AtomicCpySize */ AtomicMemcpy->getElementSizeInBytes()); in expandAtomicMemCpyAsLoop()
1014 /* AtomicCpySize */ AtomicMemcpy->getElementSizeInBytes()); in expandAtomicMemCpyAsLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1293 uint32_t getElementSizeInBytes() const { in getElementSizeInBytes() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp676 const uint32_t ElementSize = DeadIntrinsic->getElementSizeInBytes(); in tryToShorten()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1720 (NumBytes->getZExtValue() % MI->getElementSizeInBytes() != 0))) { in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6635 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
6651 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
6667 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()