Home
last modified time | relevance | path

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

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