HomeSort by relevance Sort by last modified time
    Searched defs:getValueSizeInBits (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGAtomic.cpp 73 uint64_t getValueSizeInBits() const { return AtomicSizeInBits; }
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 166 /// getValueSizeInBits - Returns the size of the value in bits.
168 unsigned getValueSizeInBits() const {
659 /// getValueSizeInBits - Returns MVT::getSizeInBits(getValueType(ResNo)).
661 unsigned getValueSizeInBits(unsigned ResNo) const {
    [all...]

Completed in 78 milliseconds