Searched refs:TruncVT (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3547 EVT TruncVT = N1.getValueType(); local
3550 TruncC = TruncC.trunc(TruncVT.getSizeInBits());
3552 DAG.getNode(ISD::AND, N->getDebugLoc(), TruncVT,
3555 TruncVT, N100),
3556 DAG.getConstant(TruncC, TruncVT)));
3701 EVT TruncVT = local
3712 TLI.isOperationLegalOrCustom(ISD::SIGN_EXTEND, TruncVT) &&
3714 TLI.isTruncateFree(VT, TruncVT)) {
3720 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, N0.getDebugLoc(), TruncVT,
3734 EVT TruncVT local
3920 EVT TruncVT = N1.getValueType(); local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp4895 MVT TruncVT = MVT::getIntegerVT(EltSize); local
4905 MVT::getVectorVT(TruncVT, NumElts), Ops.data(), NumElts);

Completed in 252 milliseconds