OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getConstantOperandVal
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
148
inline uint64_t
getConstantOperandVal
(unsigned i) const;
548
///
getConstantOperandVal
- Helper method returns the integer value of a
550
uint64_t
getConstantOperandVal
(unsigned Num) const;
850
inline uint64_t SDValue::
getConstantOperandVal
(unsigned i) const {
851
return Node->
getConstantOperandVal
(i);
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
[
all
...]
Completed in 26 milliseconds