HomeSort by relevance Sort by last modified time
    Searched refs:isTargetOpcode (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 164 inline bool isTargetOpcode() const;
445 bool isTargetOpcode() const { return NodeType >= ISD::BUILTIN_OP_END; }
947 inline bool SDValue::isTargetOpcode() const {
948 return Node->isTargetOpcode();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]

Completed in 136 milliseconds