Searched defs:CTVT (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1960 EVT CTVT = CTPOP.getValueType(); local 1966 SDValue Sub = DAG.getNode(ISD::SUB, dl, CTVT, CTOp, 1967 DAG.getConstant(1, CTVT)); 1968 SDValue And = DAG.getNode(ISD::AND, dl, CTVT, CTOp, Sub); 1970 return DAG.getSetCC(dl, VT, And, DAG.getConstant(0, CTVT), CC);
|
Completed in 60 milliseconds