Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp433 bool OOpIsAPInt = match(OOp, m_APInt(OOpC)); in foldSelectIntoOp() local
434 if (!isa<Constant>(OOp) || (OOpIsAPInt && isSelect01(CI, *OOpC))) { in foldSelectIntoOp()
464 bool OOpIsAPInt = match(OOp, m_APInt(OOpC)); in foldSelectIntoOp() local
465 if (!isa<Constant>(OOp) || (OOpIsAPInt && isSelect01(CI, *OOpC))) { in foldSelectIntoOp()