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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4304 SDValue SETCC0 = Cond->getOperand(0); local
4306 EVT VT0 = getSetCCResultType(getSETCCOperandType(SETCC0));
4329 SETCC0 = convertMask(SETCC0, VT0, MaskVT);
4331 Cond = DAG.getNode(Cond->getOpcode(), SDLoc(Cond), MaskVT, SETCC0, SETCC1);

Completed in 126 milliseconds