Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp495 bool OOpIsAPInt = match(OOp, m_APInt(OOpC)); in foldSelectIntoOp() local
497 (OOpIsAPInt && isSelect01(C->getUniqueInteger(), *OOpC))) { in foldSelectIntoOp()