They aren't used anywhere in tree and its preferable to use the &, |, ^, or ~ operators.
With my patch to add rvalue reference support to &, |, ^ operators it also becomes less performant to use these functions.
 Differential  D30613  
[APInt] Remove the And/Or/Xor/Not functions from the APIntOps namespace. Authored by craig.topper on Mar 4 2017, 11:11 PM. 
Details They aren't used anywhere in tree and its preferable to use the &, |, ^, or ~ operators. With my patch to add rvalue reference support to &, |, ^ operators it also becomes less performant to use these functions. 
Diff Detail 
  |