Searched refs:SetCCOpVT (Results 1 – 1 of 1) sorted by relevance
3482 EVT SetCCOpVT = Cond->getOperand(0).getValueType(); in WidenVSELECTAndMask() local3483 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTAndMask()3484 SetCCOpVT = TLI.getTypeToTransformTo(Ctx, SetCCOpVT); in WidenVSELECTAndMask()3485 EVT SetCCResVT = getSetCCResultType(SetCCOpVT); in WidenVSELECTAndMask()