Home
last modified time | relevance | path

Searched defs:IsSelect (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1377 bool IsSelect = in verifyDiagnosticWording() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2598 bool IsSelect = match(V, m_Select(m_Value(Cond), m_Value(A), m_Value(B))) && in getFreelyInvertedImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12876 static bool IsSelect(MachineInstr &MI) { in IsSelect() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp18231 bool IsSelect = match(I, m_Select(m_Value(), m_Value(), m_Value())); in isReductionCandidate() local