OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOperandNo
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
377
///
getOperandNo
- Return the operand # of this MachineOperand in its
379
unsigned
getOperandNo
() const {
SelectionDAGNodes.h
465
///
getOperandNo
- Retrieve the operand # of this use in its user.
467
unsigned
getOperandNo
() const {
[
all
...]
/external/llvm/include/llvm/Support/
CFG.h
69
///
getOperandNo
- Return the operand number in the predecessor's
71
unsigned
getOperandNo
() const {
72
return It.
getOperandNo
();
/external/clang/include/clang/AST/
Stmt.h
[
all
...]
Completed in 221 milliseconds