OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOperandNo
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/IR/
User.h
197
// value_use_iterator::
getOperandNo
- Requires the definition of the User class.
199
unsigned value_use_iterator<UserTy>::
getOperandNo
() const {
/external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h
144
///
getOperandNo
- Returns the number of the current operand relative to its
147
unsigned
getOperandNo
() const {
MachineRegisterInfo.h
605
///
getOperandNo
- Return the operand # of this MachineOperand in its
607
unsigned
getOperandNo
() const {
SelectionDAGNodes.h
485
///
getOperandNo
- Retrieve the operand # of this use in its user.
487
unsigned
getOperandNo
() const {
[
all
...]
/external/llvm/include/llvm/Support/
CFG.h
71
///
getOperandNo
- Return the operand number in the predecessor's
73
unsigned
getOperandNo
() const {
74
return It.
getOperandNo
();
/external/clang/include/clang/AST/
Stmt.h
[
all
...]
Completed in 161 milliseconds