Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp589 bool AIsConst = match(ArgA, PatternMatch::m_ImmConstant()); in simplifyTernarylogic() local
593 bool ABIsConst = AIsConst && BIsConst; in simplifyTernarylogic()
594 bool ACIsConst = AIsConst && CIsConst; in simplifyTernarylogic()
596 bool ABCIsConst = AIsConst && BIsConst && CIsConst; in simplifyTernarylogic()