OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNumOperands
(Results
76 - 86
of
86
) sorted by null
1
2
3
4
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h
183
inline unsigned
getNumOperands
() const;
829
unsigned
getNumOperands
() const { return NumOperands; }
870
if (
getNumOperands
() != 0 &&
871
getOperand(
getNumOperands
()-1).getValueType() == MVT::Glue)
872
return getOperand(
getNumOperands
()-1).getNode();
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h
183
inline unsigned
getNumOperands
() const;
829
unsigned
getNumOperands
() const { return NumOperands; }
870
if (
getNumOperands
() != 0 &&
871
getOperand(
getNumOperands
()-1).getValueType() == MVT::Glue)
872
return getOperand(
getNumOperands
()-1).getNode();
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h
183
inline unsigned
getNumOperands
() const;
829
unsigned
getNumOperands
() const { return NumOperands; }
870
if (
getNumOperands
() != 0 &&
871
getOperand(
getNumOperands
()-1).getValueType() == MVT::Glue)
872
return getOperand(
getNumOperands
()-1).getNode();
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h
183
inline unsigned
getNumOperands
() const;
829
unsigned
getNumOperands
() const { return NumOperands; }
870
if (
getNumOperands
() != 0 &&
871
getOperand(
getNumOperands
()-1).getValueType() == MVT::Glue)
872
return getOperand(
getNumOperands
()-1).getNode();
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
178
inline unsigned
getNumOperands
() const;
746
unsigned
getNumOperands
() const { return NumOperands; }
787
if (
getNumOperands
() != 0 &&
788
getOperand(
getNumOperands
()-1).getValueType() == MVT::Glue)
789
return getOperand(
getNumOperands
()-1).getNode();
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h
183
inline unsigned
getNumOperands
() const;
825
unsigned
getNumOperands
() const { return NumOperands; }
866
if (
getNumOperands
() != 0 &&
867
getOperand(
getNumOperands
()-1).getValueType() == MVT::Glue)
868
return getOperand(
getNumOperands
()-1).getNode();
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h
183
inline unsigned
getNumOperands
() const;
825
unsigned
getNumOperands
() const { return NumOperands; }
866
if (
getNumOperands
() != 0 &&
867
getOperand(
getNumOperands
()-1).getValueType() == MVT::Glue)
868
return getOperand(
getNumOperands
()-1).getNode();
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h
183
inline unsigned
getNumOperands
() const;
829
unsigned
getNumOperands
() const { return NumOperands; }
870
if (
getNumOperands
() != 0 &&
871
getOperand(
getNumOperands
()-1).getValueType() == MVT::Glue)
872
return getOperand(
getNumOperands
()-1).getNode();
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h
183
inline unsigned
getNumOperands
() const;
829
unsigned
getNumOperands
() const { return NumOperands; }
870
if (
getNumOperands
() != 0 &&
871
getOperand(
getNumOperands
()-1).getValueType() == MVT::Glue)
872
return getOperand(
getNumOperands
()-1).getNode();
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h
183
inline unsigned
getNumOperands
() const;
829
unsigned
getNumOperands
() const { return NumOperands; }
870
if (
getNumOperands
() != 0 &&
871
getOperand(
getNumOperands
()-1).getValueType() == MVT::Glue)
872
return getOperand(
getNumOperands
()-1).getNode();
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h
183
inline unsigned
getNumOperands
() const;
829
unsigned
getNumOperands
() const { return NumOperands; }
870
if (
getNumOperands
() != 0 &&
871
getOperand(
getNumOperands
()-1).getValueType() == MVT::Glue)
872
return getOperand(
getNumOperands
()-1).getNode();
[
all
...]
Completed in 583 milliseconds
1
2
3
4