Home | History | Annotate | Download | only in Instrumentation

Lines Matching full:combiner

1464   class Combiner {
1471 Combiner(MemorySanitizerVisitor *MSV, IRBuilder<> &IRB) :
1475 Combiner &Add(Value *OpShadow, Value *OpOrigin) {
1505 Combiner &Add(Value *V) {
1526 typedef Combiner<true> ShadowAndOriginCombiner;
1527 typedef Combiner<false> OriginCombiner;