HomeSort by: relevance | last modified time | path
    Searched refs:convertMask (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 985 SDValue convertMask(SDValue InMask, EVT MaskVT, EVT ToMaskVT);
LegalizeVectorTypes.cpp 4148 // This is used just for the assert in convertMask(). Check that this either
4149 // a SETCC or a previously handled SETCC by convertMask().
4177 SDValue DAGTypeLegalizer::convertMask(SDValue InMask, EVT MaskVT,
4299 Mask = convertMask(Cond, MaskVT, ToMaskVT);
4329 SETCC0 = convertMask(SETCC0, VT0, MaskVT);
4330 SETCC1 = convertMask(SETCC1, VT1, MaskVT);
4334 Mask = convertMask(Cond, MaskVT, ToMaskVT);

Completed in 65 milliseconds