Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp2047 auto *ConstLengthInBytes = dyn_cast<ConstantInt>(I->getLength()); in getAssignmentInfo() local
2048 if (!ConstLengthInBytes) in getAssignmentInfo()
2051 uint64_t SizeInBits = 8 * ConstLengthInBytes->getZExtValue(); in getAssignmentInfo()