Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp590 /* AtomicCpySize */ AtomicMemcpy->getElementSizeInBytes()); in expandAtomicMemCpyAsLoop()
603 /* AtomicCpySize */ AtomicMemcpy->getElementSizeInBytes()); in expandAtomicMemCpyAsLoop()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h968 uint32_t getElementSizeInBytes() const { in getElementSizeInBytes() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp584 const uint32_t ElementSize = AMI->getElementSizeInBytes(); in tryToShorten()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1180 (NumBytes->getZExtValue() % AMI->getElementSizeInBytes() != 0)) { in visitCallInst()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6031 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
6047 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()
6063 unsigned ElemSz = MI.getElementSizeInBytes(); in visitIntrinsicCall()