Home
last modified time | relevance | path

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

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