Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp380 const APInt *BCst, *CCst, *DCst, *OrigECst; in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed() local
382 !match(D, m_APInt(DCst)) || !match(E, m_APInt(OrigECst))) in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
391 APInt ECst = *OrigECst; in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()