Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp806 ConstantInt *ECst = dyn_cast<ConstantInt>(E); in foldLogOpOfMaskedICmps() local
807 if (!ECst) return nullptr; in foldLogOpOfMaskedICmps()
811 ECst = cast<ConstantInt>(ConstantExpr::getXor(DCst, ECst)); in foldLogOpOfMaskedICmps()
815 (CCst->getValue() ^ ECst->getValue())) != 0) in foldLogOpOfMaskedICmps()
818 Value *newOr2 = ConstantExpr::getOr(CCst, ECst); in foldLogOpOfMaskedICmps()