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

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 618 /// getUNDEF - Return an UNDEF node. UNDEF does not have a useful SDLoc.
619 SDValue getUNDEF(EVT VT) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 273 SDValue getUNDEF(SDLoc DL, EVT VT) const;
849 SDValue SystemZDAGToDAGISel::getUNDEF(SDLoc DL, EVT VT) const {
857 DL, VT, getUNDEF(DL, MVT::i64), N);
907 getUNDEF(SDLoc(N), OpcodeVT),
    [all...]

Completed in 51 milliseconds