Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10917 unsigned SetCCWidth = SetCCVT.getScalarSizeInBits(); in visitVSELECT() local
10922 SetCCWidth != 1 && SetCCWidth < WideWidth && in visitVSELECT()
11939 unsigned SetCCWidth = N0.getScalarValueSizeInBits(); in foldSextSetcc() local
11948 SDValue ExtTrueVal = (SetCCWidth == 1) in foldSextSetcc()