Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp590 bool BIsConst = match(ArgB, PatternMatch::m_ImmConstant()); in simplifyTernarylogic() local
593 bool ABIsConst = AIsConst && BIsConst; in simplifyTernarylogic()
595 bool BCIsConst = BIsConst && CIsConst; in simplifyTernarylogic()
596 bool ABCIsConst = AIsConst && BIsConst && CIsConst; in simplifyTernarylogic()