reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
783 APInt AndLL = Ten & Twelve; 786 APInt AndLR = Ten & getRValue("C", RawDataR); 799 APInt AndLK = Ten & 0xc; 817 APInt OrLL = Ten | Twelve; 820 APInt OrLR = Ten | getRValue("C", RawDataR); 833 APInt OrLK = Ten | 0xc; 851 APInt XorLL = Ten ^ Twelve; 854 APInt XorLR = Ten ^ getRValue("C", RawDataR); 867 APInt XorLK = Ten ^ 0xc;