Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp394 bool OOpIsAPInt = match(OOp, m_APInt(OOpC)); in foldSelectIntoOp() local
395 if (!isa<Constant>(OOp) || (OOpIsAPInt && isSelect01(CI, *OOpC))) { in foldSelectIntoOp()
425 bool OOpIsAPInt = match(OOp, m_APInt(OOpC)); in foldSelectIntoOp() local
426 if (!isa<Constant>(OOp) || (OOpIsAPInt && isSelect01(CI, *OOpC))) { in foldSelectIntoOp()