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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1269 EVT CTVT = CTPOP.getValueType(); local
1275 SDValue Sub = DAG.getNode(ISD::SUB, dl, CTVT, CTOp,
1276 DAG.getConstant(1, CTVT));
1277 SDValue And = DAG.getNode(ISD::AND, dl, CTVT, CTOp, Sub);
1279 return DAG.getSetCC(dl, VT, And, DAG.getConstant(0, CTVT), CC);

Completed in 324 milliseconds