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