Searched defs:getValueSizeInBits (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGAtomic.cpp137 uint64_t getValueSizeInBits() const { return ValueSizeInBits; } function in class:__anon1085::AtomicInfo
1148 assert(Atomics.getValueSizeInBits() <= Atomics.getAtomicSizeInBits());
1416 LVal.isSimple() ? getValueSizeInBits() : getAtomicSizeInBits());
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h150 unsigned getValueSizeInBits() const { function in class:llvm::SDValue
700 unsigned getValueSizeInBits(unsigned ResNo) const {

Completed in 91 milliseconds