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 464 /// getZExtOrTrunc - Convert Op, which must be of integer type, to the
466 SDValue getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp 914 SDValue SelectionDAG::getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) {
    [all...]

Completed in 4025 milliseconds