OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getValueSizeInBits
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CGAtomic.cpp
82
uint64_t
getValueSizeInBits
() const { return AtomicSizeInBits; }
[
all
...]
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
138
///
getValueSizeInBits
- Returns the size of the value in bits.
140
unsigned
getValueSizeInBits
() const {
618
///
getValueSizeInBits
- Returns MVT::getSizeInBits(getValueType(ResNo)).
620
unsigned
getValueSizeInBits
(unsigned ResNo) const {
[
all
...]
Completed in 111 milliseconds