Home | History | Annotate | Download | only in IR

Lines Matching refs:Or

96 // it if it is not printable or if it is an escape char.
116 /// prefixed with % (if the string only contains simple characters) or is
159 /// prefixed with % (if the string only contains simple characters) or is
195 /// use of type names or up references to shorten the type name where possible.
592 assert(!isa<Constant>(V) && "Can't get a constant or global slot with this!");
723 case AtomicRMWInst::Or: Out << " or"; break;
798 // "Inf" or NaN, that atof will accept, but the lexer will not. Check
829 // Either half, or some form of long double.
1042 Out << "<placeholder or erroneous Constant>";
1814 // If this is an atomic load or store, print out the atomic marker.