Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp342 const APInt *BCst, *CCst, *DCst, *OrigECst; in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed() local
344 !match(D, m_APInt(DCst)) || !match(E, m_APInt(OrigECst))) in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
353 APInt ECst = *OrigECst; in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()