Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp425 auto unitMask = ~(unitSize.getQuantity() - 1); in getOffsetAtStartOfUnit() local
426 return CharUnits::fromQuantity(offset.getQuantity() & unitMask); in getOffsetAtStartOfUnit()