Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1762 auto *ConstLengthInBytes = dyn_cast<ConstantInt>(I->getLength()); in getAssignmentInfo() local
1763 if (!ConstLengthInBytes) in getAssignmentInfo()
1766 uint64_t SizeInBits = 8 * ConstLengthInBytes->getZExtValue(); in getAssignmentInfo()