Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h873 Value *getRawElementSizeInBytes() const { in getRawElementSizeInBytes() function
878 return cast<ConstantInt>(getRawElementSizeInBytes()); in getElementSizeInBytesCst()
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp4999 cast<ConstantInt>(AMI->getRawElementSizeInBytes()); in visitIntrinsicCall()