Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5167 EVT SetCCOpVT = getSETCCOperandType(Cond); in WidenVSELECTMask() local
5168 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
5169 SetCCOpVT = TLI.getTypeToTransformTo(Ctx, SetCCOpVT); in WidenVSELECTMask()
5170 EVT SetCCResVT = getSetCCResultType(SetCCOpVT); in WidenVSELECTMask()