Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp221 if (const auto *ComparisonInstruction = dyn_cast<CmpInst>(&Inst)) in hashInstruction() local
222 Hashes.emplace_back(ComparisonInstruction->getPredicate()); in hashInstruction()