reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6075 Flags.NoNaN = NoNaN; 6080 Flags.IsSigned = Opcode == Instruction::ICmp; 6081 Flags.IsMaxOp = false; 6084 Flags.IsSigned = Opcode == Instruction::ICmp; 6085 Flags.IsMaxOp = true; 6088 Flags.IsSigned = false; 6089 Flags.IsMaxOp = false; 6092 Flags.IsSigned = false; 6093 Flags.IsMaxOp = true; 6098 return Flags;