Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1704 const APInt *BinOpC; in foldSelectInstWithICmpConst() local
1705 if (!match(BO, m_BinOp(m_Specific(V), m_APInt(BinOpC)))) in foldSelectInstWithICmpConst()
1709 .binaryOp(BO->getOpcode(), *BinOpC); in foldSelectInstWithICmpConst()