HomeSort by relevance Sort by last modified time
    Searched defs:NodeTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 406 EVT NodeTy = Node->getValueType(0);
446 if (NodeTy == MVT::i32)
451 std::pair<SDNode*, SDNode*> LoHi = SelectMULT(Node, MultOpc, dl, NodeTy,
466 if (Subtarget.hasMips32() && NodeTy == MVT::i32)
468 return SelectMULT(Node, NodeTy == MVT::i32 ? Mips::MULT : Mips::DMULT,
469 dl, NodeTy, true, false).first;
473 if (NodeTy == MVT::i32)
478 return SelectMULT(Node, MultOpc, dl, NodeTy, false, true).second;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 328 typedef ExplodedNode NodeTy;
367 Trim(const NodeTy* const* NBeg, const NodeTy* const* NEnd,

Completed in 449 milliseconds