Lines Matching full:combiner
1031 class Combiner {1038 Combiner(MemorySanitizerVisitor *MSV, IRBuilder<> &IRB) :1042 Combiner &Add(Value *OpShadow, Value *OpOrigin) {1068 Combiner &Add(Value *V) {1089 typedef Combiner<true> ShadowAndOriginCombiner;1090 typedef Combiner<false> OriginCombiner;