Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1302 auto CloneInstructions = [&](ArrayRef<Value *> Ops, bool IsSigned) { in generateReproducer() local
1343 CloneInstructions({Entry.LHS, Entry.RHS}, CmpInst::isSigned(Entry.Pred)); in generateReproducer()
1351 CloneInstructions(Cond, CmpInst::isSigned(Cond->getPredicate())); in generateReproducer()