Searched refs:UpperPrefix (Results 1 – 1 of 1) sorted by relevance
114 std::string UpperPrefix = StringRef(IntrinsicPrefix).upper(); in EmitEnumInfo() local115 OS << "#ifndef LLVM_IR_INTRINSIC_" << UpperPrefix << "_ENUMS_H\n"; in EmitEnumInfo()116 OS << "#define LLVM_IR_INTRINSIC_" << UpperPrefix << "_ENUMS_H\n\n"; in EmitEnumInfo()119 OS << "enum " << UpperPrefix << "Intrinsics : unsigned {\n"; in EmitEnumInfo()