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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2526 EVT ccResultVT = TLI.getSetCCResultType(lhs.getValueType()); local
2527 APInt ccResultOnes = APInt::getAllOnesValue(ccResultVT.getSizeInBits());
2547 APInt ccResultAllOnes = APInt::getAllOnesValue(ccResultVT.getSizeInBits());
2548 return DAG.getNode(ISD::XOR, dl, ccResultVT,
2549 DAG.getSetCC(dl, ccResultVT,
2552 DAG.getConstant(ccResultAllOnes, ccResultVT));
2555 return DAG.getNode(ISD::AND, dl, ccResultVT,
2556 DAG.getSetCC(dl, ccResultVT,
2560 DAG.getSetCC(dl, ccResultVT,
2576 SDValue lhsSelectMask = DAG.getNode(ISD::SRA, dl, ccResultVT,
[all...]

Completed in 122 milliseconds