Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12227 unsigned SetCCWidth = SetCCVT.getScalarSizeInBits(); in visitVSELECT() local
12232 SetCCWidth != 1 && SetCCWidth < WideWidth && in visitVSELECT()
13339 unsigned SetCCWidth = N0.getScalarValueSizeInBits(); in foldSextSetcc() local
13348 SDValue ExtTrueVal = (SetCCWidth == 1) in foldSextSetcc()