Searched refs:getAtomicSizeInBits (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp136 uint64_t getAtomicSizeInBits() const { return AtomicSizeInBits; } function in class:__anon3752::AtomicInfo
1148 assert(Atomics.getValueSizeInBits() <= Atomics.getAtomicSizeInBits());
1416 LVal.isSimple() ? getValueSizeInBits() : getAtomicSizeInBits());

Completed in 46 milliseconds