HomeSort by: relevance | last modified time | path
    Searched defs:getUNDEF (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 947 SDValue getUNDEF(EVT VT) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 284 SDValue getUNDEF(const SDLoc &DL, EVT VT) const;
942 SDValue SystemZDAGToDAGISel::getUNDEF(const SDLoc &DL, EVT VT) const {
951 DL, VT, getUNDEF(DL, MVT::i64), N);
1046 getUNDEF(DL, OpcodeVT),

Completed in 49 milliseconds