Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4282 EVT SetCCOpVT = getSETCCOperandType(Cond); in WidenVSELECTMask() local
4283 while (TLI.getTypeAction(Ctx, SetCCOpVT) != TargetLowering::TypeLegal) in WidenVSELECTMask()
4284 SetCCOpVT = TLI.getTypeToTransformTo(Ctx, SetCCOpVT); in WidenVSELECTMask()
4285 EVT SetCCResVT = getSetCCResultType(SetCCOpVT); in WidenVSELECTMask()