Searched refs:ComparisonInstruction (Results 1 – 1 of 1) sorted by relevance
221 if (const auto *ComparisonInstruction = dyn_cast<CmpInst>(&Inst)) in hashInstruction() local222 Hashes.emplace_back(ComparisonInstruction->getPredicate()); in hashInstruction()