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

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 461 /// getZExtOrTrunc - Convert Op, which must be of integer type, to the
463 SDValue getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp 896 SDValue SelectionDAG::getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) {
    [all...]

Completed in 1656 milliseconds