Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Add

841   /// \brief Add MemorySanitizer instrumentation to a function.
876 // This may add new checks to be inserted later.
1495 /// \brief Add a pair of shadow and origin values to the mix.
1496 Combiner &Add(Value *OpShadow, Value *OpOrigin) {
1525 /// \brief Add an application value to the mix.
1526 Combiner &Add(Value *V) {
1529 return Add(OpShadow, OpOrigin);
1556 OC.Add(OI->get());
1603 SC.Add(OI->get());
2004 SC.Add(I.getArgOperand(i));
2287 // \brief Instrument multiply-add intrinsic.
3329 // Read both the __gr_top and __gr_off and add them up.
3335 add them up.