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