Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3482 EVT SetCCOpVT = Cond->getOperand(0).getValueType(); in WidenVSELECTAndMask() local
3483 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTAndMask()
3484 SetCCOpVT = TLI.getTypeToTransformTo(Ctx, SetCCOpVT); in WidenVSELECTAndMask()
3485 EVT SetCCResVT = getSetCCResultType(SetCCOpVT); in WidenVSELECTAndMask()