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.cpp1973 auto *ConstLengthInBytes = dyn_cast<ConstantInt>(I->getLength()); in getAssignmentInfo() local
1974 if (!ConstLengthInBytes) in getAssignmentInfo()
1977 uint64_t SizeInBits = 8 * ConstLengthInBytes->getZExtValue(); in getAssignmentInfo()