Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp593 /* AtomicCpySize */ AtomicMemcpy->getElementSizeInBytes()); in expandAtomicMemCpyAsLoop()
606 /* AtomicCpySize */ AtomicMemcpy->getElementSizeInBytes()); in expandAtomicMemCpyAsLoop()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h881 uint32_t getElementSizeInBytes() const { in getElementSizeInBytes() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp532 const uint32_t ElementSize = AMI->getElementSizeInBytes(); in tryToShorten()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1161 (NumBytes->getZExtValue() % AMI->getElementSizeInBytes() != 0)) { in visitCallInst()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5963 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
5979 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
5995 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()